cubicweb/test/unittest_vregistry.py
changeset 11269 73ac69970047
parent 11057 0b59724cb3f2
child 11767 432f87a63057
--- a/cubicweb/test/unittest_vregistry.py	Thu Sep 11 14:22:02 2014 +0200
+++ b/cubicweb/test/unittest_vregistry.py	Fri May 20 12:01:42 2016 +0200
@@ -38,7 +38,7 @@
 class VRegistryTC(TestCase):
 
     def setUp(self):
-        config = TestServerConfiguration('data')
+        config = TestServerConfiguration('data', __file__)
         self.vreg = CWRegistryStore(config)
         config.bootstrap_cubes()
         self.vreg.schema = config.load_schema()