cubicweb/server/test/unittest_querier.py
changeset 11269 73ac69970047
parent 11057 0b59724cb3f2
child 11681 b23d58050076
--- a/cubicweb/server/test/unittest_querier.py	Thu Sep 11 14:22:02 2014 +0200
+++ b/cubicweb/server/test/unittest_querier.py	Fri May 20 12:01:42 2016 +0200
@@ -66,7 +66,7 @@
 
 def setUpClass(cls, *args):
     global repo, cnx
-    config = TestServerConfiguration(apphome=UtilsTC.datadir)
+    config = TestServerConfiguration('data', __file__)
     handler = get_test_db_handler(config)
     handler.build_db_cache()
     repo, cnx = handler.get_repo_and_cnx()