changeset 2745:fe47ff8ef3f7 beta

fixed tests
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Aug 2012 00:26:59 +0200
parents 94886e8432a2
children 49a4864b11c1
files rhodecode/tests/functional/test_changelog.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/tests/functional/test_changelog.py	Sat Aug 25 23:53:23 2012 +0200
+++ b/rhodecode/tests/functional/test_changelog.py	Sun Aug 26 00:26:59 2012 +0200
@@ -23,7 +23,7 @@
         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 @@
         )
 
         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>"""