cubicweb/server/test/unittest_schemaserial.py
changeset 11269 73ac69970047
parent 11215 4e79acdc36a6
child 11358 179b5ff3f428
--- a/cubicweb/server/test/unittest_schemaserial.py	Thu Sep 11 14:22:02 2014 +0200
+++ b/cubicweb/server/test/unittest_schemaserial.py	Fri May 20 12:01:42 2016 +0200
@@ -38,8 +38,7 @@
 
     global schema, config
     loader = CubicWebSchemaLoader()
-    apphome = Schema2RQLTC.datadir + '-schemaserial'
-    config = TestServerConfiguration('data', apphome=apphome)
+    config = TestServerConfiguration('data-schemaserial', __file__)
     config.bootstrap_cubes()
     schema = loader.load(config)