cubicweb/server/test/unittest_rql2sql.py
changeset 11269 73ac69970047
parent 11237 f32134dd0067
child 11301 a76feec0a861
--- a/cubicweb/server/test/unittest_rql2sql.py	Thu Sep 11 14:22:02 2014 +0200
+++ b/cubicweb/server/test/unittest_rql2sql.py	Fri May 20 12:01:42 2016 +0200
@@ -61,7 +61,7 @@
 
 def setUpModule():
     global config, schema
-    config = TestServerConfiguration('data', apphome=CWRQLTC.datadir)
+    config = TestServerConfiguration('data', __file__)
     config.bootstrap_cubes()
     schema = config.load_schema()
     schema['in_state'].inlined = True