• 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

Revisionb77da7e7e5c6e0a1674a184bf2debed8bfd7771c (tree)
Zeit2012-05-08 23:56:28
AutorCory Johns <johnsca@geek...>
CommiterCory Johns

Log Message

[#4115] Fixed failing validation tests

Signed-off-by: Cory Johns <johnsca@geek.net>

Ändern Zusammenfassung

Diff

--- a/ForgeHg/forgehg/tests/functional/test_controllers.py
+++ b/ForgeHg/forgehg/tests/functional/test_controllers.py
@@ -126,7 +126,7 @@ class TestRootController(TestController):
126126 assert 'README' in resp.html.find('h2',{'class':'dark title'}).contents[2]
127127 content = str(resp.html.find('div',{'class':'clip grid-19'}))
128128 assert 'This is readme' in content, content
129- assert '<div id="l1" class="code_block">' in resp
129+ assert '<span id="l1" class="code_block">' in resp
130130 assert 'var hash = window.location.hash.substring(1);' in resp
131131
132132 def test_invalid_file(self):
--- a/ForgeSVN/forgesvn/tests/functional/test_controllers.py
+++ b/ForgeSVN/forgesvn/tests/functional/test_controllers.py
@@ -76,7 +76,7 @@ class TestRootController(TestController):
7676 assert 'README' in resp.html.find('h2',{'class':'dark title'}).contents[2]
7777 content = str(resp.html.find('div',{'class':'clip grid-19'}))
7878 assert 'This is readme' in content, content
79- assert '<div id="l1" class="code_block">' in resp
79+ assert '<span id="l1" class="code_block">' in resp
8080 assert 'var hash = window.location.hash.substring(1);' in resp
8181
8282 def test_invalid_file(self):