allura
Revision | 648ca5b047e4a36dd6dd2e831901c38468c1a627 (tree) |
---|---|
Zeit | 2012-06-28 03:55:54 |
Autor | Tim Van Steenburgh <tvansteenburgh@gmai...> |
Commiter | Tim Van Steenburgh |
Fixing html validation error.
Signed-off-by: Tim Van Steenburgh <tvansteenburgh@gmail.com>
@@ -141,7 +141,8 @@ class TestRootController(TestController): | ||
141 | 141 | def test_diff(self): |
142 | 142 | ci = '/p/test/src-hg/ci/e5a0b44437be783c41084e7bf0740f9b58b96ecf/' |
143 | 143 | 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) | |
145 | 146 | assert 'readme' in resp, resp.showbrowser() |
146 | 147 | assert '+++' in resp, resp.showbrowser() |
147 | 148 | assert '+Another line' in resp, resp.showbrowser() |