diff rhodecode/tests/functional/test_forks.py @ 3291:f4ce9416cbd5 beta

fixed tests
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 31 Jan 2013 23:23:56 +0100
parents d2d35cf2b351
children 7abbb77b02d0
line wrap: on
line diff
--- a/rhodecode/tests/functional/test_forks.py	Thu Jan 31 23:20:28 2013 +0100
+++ b/rhodecode/tests/functional/test_forks.py	Thu Jan 31 23:23:56 2013 +0100
@@ -66,7 +66,7 @@
                                     repo_name=repo_name))
 
         response.mustcontain(
-            """<a href="/%s/summary">%s</a>""" % (fork_name, fork_name)
+            """<a href="/%s">%s</a>""" % (fork_name, fork_name)
         )
 
         #remove this fork
@@ -95,7 +95,7 @@
                                     repo_name=repo_name))
 
         response.mustcontain(
-            """<a href="/%s/summary">%s</a>""" % (fork_name, fork_name)
+            """<a href="/%s">%s</a>""" % (fork_name, fork_name)
         )
 
         #remove this fork