devtools/__init__.py
changeset 2657 de974465d381
parent 2476 1294a6bdf3bf
child 2732 c28b5f16f3af
--- a/devtools/__init__.py	Mon Aug 03 14:14:07 2009 +0200
+++ b/devtools/__init__.py	Mon Aug 03 15:16:47 2009 +0200
@@ -142,8 +142,8 @@
 class BaseApptestConfiguration(TestServerConfiguration, TwistedConfiguration):
     repo_method = 'inmemory'
     options = merge_options(TestServerConfiguration.options + TwistedConfiguration.options)
-    cubicweb_vobject_path = TestServerConfiguration.cubicweb_vobject_path | TwistedConfiguration.cubicweb_vobject_path
-    cube_vobject_path = TestServerConfiguration.cube_vobject_path | TwistedConfiguration.cube_vobject_path
+    cubicweb_appobject_path = TestServerConfiguration.cubicweb_appobject_path | TwistedConfiguration.cubicweb_appobject_path
+    cube_appobject_path = TestServerConfiguration.cube_appobject_path | TwistedConfiguration.cube_appobject_path
 
     def available_languages(self, *args):
         return ('en', 'fr', 'de')