diff rhodecode/tests/__init__.py @ 679:d85b0948e539 rhodecode-0.0.1.0.2

fixed hooks broken symlink issue fixed python2.5 crash. fixed #58 missing graph.js bug Fixed tests to remove the forked repository when building enviroment version bump
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 11 Nov 2010 15:03:40 +0100
parents 45e1fdc0082c
children 3d0661b8aaa4
line wrap: on
line diff
--- a/rhodecode/tests/__init__.py	Wed Nov 10 19:25:44 2010 +0100
+++ b/rhodecode/tests/__init__.py	Thu Nov 11 15:03:40 2010 +0100
@@ -34,6 +34,7 @@
 TEST_DIR = '/tmp'
 REPO_PATH = os.path.join(TEST_DIR, 'vcs_test')
 NEW_REPO_PATH = os.path.join(TEST_DIR, 'vcs_test_new')
+FORK_REPO_PATH = os.path.join(TEST_DIR, 'vcs_test_fork')
 
 class TestController(TestCase):