common/test/unittest_migration.py
changeset 2657 de974465d381
parent 2275 bc0bed0616a3
child 2773 b2530e3e0afb
child 4212 ab6573088b4a
--- a/common/test/unittest_migration.py	Mon Aug 03 14:14:07 2009 +0200
+++ b/common/test/unittest_migration.py	Mon Aug 03 15:16:47 2009 +0200
@@ -37,8 +37,8 @@
         self.config = MigrTestConfig('data')
         from yams.schema import Schema
         self.config.load_schema = lambda expand_cubes=False: Schema('test')
-        self.config.__class__.cubicweb_vobject_path = frozenset()
-        self.config.__class__.cube_vobject_path = frozenset()
+        self.config.__class__.cubicweb_appobject_path = frozenset()
+        self.config.__class__.cube_appobject_path = frozenset()
 
     def test_filter_scripts_base(self):
         self.assertListEquals(filter_scripts(self.config, SMIGRDIR, (2,3,0), (2,4,0)),