[Commits] (twl) Fix directory location
commits at osafoundation.org
commits at osafoundation.org
Fri Aug 20 14:53:44 PDT 2004
Commit by: twl
Modified files:
chandler/repository/query/tests/QueryTestCase.py 1.1 1.2
Log message:
Fix directory location
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/repository/query/tests/QueryTestCase.py.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: chandler/repository/query/tests/QueryTestCase.py
diff -u chandler/repository/query/tests/QueryTestCase.py:1.1 chandler/repository/query/tests/QueryTestCase.py:1.2
--- chandler/repository/query/tests/QueryTestCase.py:1.1 Fri Aug 20 14:05:12 2004
+++ chandler/repository/query/tests/QueryTestCase.py Fri Aug 20 14:53:42 2004
@@ -7,7 +7,7 @@
def setUp(self):
RepositoryTestCase.RepositoryTestCase._setup(self, False)
- self.testdir = os.path.join(self.rootdir, 'chandler', 'repository', \
+ self.testdir = os.path.join(self.rootdir, 'repository', \
'query', 'tests')
RepositoryTestCase.RepositoryTestCase._openRepository(self, False)
More information about the Commits
mailing list