• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revision648ca5b047e4a36dd6dd2e831901c38468c1a627 (tree)
Zeit2012-06-28 03:55:54
AutorTim Van Steenburgh <tvansteenburgh@gmai...>
CommiterTim Van Steenburgh

Log Message

Fixing html validation error.

Signed-off-by: Tim Van Steenburgh <tvansteenburgh@gmail.com>

Ändern Zusammenfassung

Diff

--- a/ForgeHg/forgehg/tests/functional/test_controllers.py
+++ b/ForgeHg/forgehg/tests/functional/test_controllers.py
@@ -141,7 +141,8 @@ class TestRootController(TestController):
141141 def test_diff(self):
142142 ci = '/p/test/src-hg/ci/e5a0b44437be783c41084e7bf0740f9b58b96ecf/'
143143 parent = '773d2f8e3a94d0d5872988b16533d67e1a7f5462'
144- resp = self.app.get(ci + 'tree/README?barediff=' + parent)
144+ resp = self.app.get(ci + 'tree/README?barediff=' + parent,
145+ validate_chunk=True)
145146 assert 'readme' in resp, resp.showbrowser()
146147 assert '+++' in resp, resp.showbrowser()
147148 assert '+Another line' in resp, resp.showbrowser()