diff rhodecode/tests/functional/test_changeset.py @ 688:8acbfa837180 beta

Tests rewrite for 1.2 added some globals configs to make tests easier. Fixed search index_location to take from configuration files now fixed git http_user_agent bug
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 14 Nov 2010 17:24:32 +0100
parents 1e757ac98988
children 7e5f8c12a3fc
line wrap: on
line diff
--- a/rhodecode/tests/functional/test_changeset.py	Sun Nov 14 01:30:02 2010 +0100
+++ b/rhodecode/tests/functional/test_changeset.py	Sun Nov 14 17:24:32 2010 +0100
@@ -4,5 +4,5 @@
 
     def test_index(self):
         response = self.app.get(url(controller='changeset', action='index',
-                                    repo_name='vcs_test',revision='tip'))
+                                    repo_name=HG_REPO,revision='tip'))
         # Test response...