changeset 6640 | 4c4616c02f69 |
parent 6427 | c8a5ac2d1eaa |
child 6768 | b75f688bded7 |
--- a/test/unittest_schema.py Mon Oct 25 17:53:42 2010 +0200 +++ b/test/unittest_schema.py Mon Oct 25 17:54:00 2010 +0200 @@ -151,7 +151,7 @@ self.assertEqual(str(expr), 'Any O,U WHERE U has_update_permission O, O eid %(o)s, U eid %(u)s') loader = CubicWebSchemaLoader() -config = TestConfiguration('data') +config = TestConfiguration('data', apphome=DATADIR) config.bootstrap_cubes() class SchemaReaderClassTest(TestCase):