Changeset - fe47ff8ef3f7
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-08-26 00:26:59
marcin@python-works.com
fixed tests
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/tests/functional/test_changelog.py
Show inline comments
 
@@ -23,7 +23,7 @@ class TestChangelogController(TestContro
 
        response.mustcontain("""Small update at simplevcs app""")
 

	
 
        response.mustcontain(
 
            """<div id="5e204e7583b9c8e7b93a020bd036564b1e731dae"  """
 
            """<div id="changed_total_5e204e7583b9c8e7b93a020bd036564b1e731dae" """
 
            """style="float:right;" class="changed_total tooltip" """
 
            """title="Affected number of files, click to show """
 
            """more details">3</div>"""
 
@@ -56,7 +56,7 @@ class TestChangelogController(TestContro
 
        )
 

	
 
        response.mustcontain(
 
            """<div id="46ad32a4f974e45472a898c6b0acb600320579b1"  """
 
            """<div id="changed_total_46ad32a4f974e45472a898c6b0acb600320579b1" """
 
            """style="float:right;" class="changed_total tooltip" """
 
            """title="Affected number of files, click to show """
 
            """more details">21</div>"""
0 comments (0 inline, 0 general)