test/unittest_vregistry.py
changeset 2650 18aec79ec3a3
parent 1977 606923dff11b
child 2657 de974465d381
--- a/test/unittest_vregistry.py	Mon Aug 03 09:37:13 2009 +0200
+++ b/test/unittest_vregistry.py	Mon Aug 03 10:50:57 2009 +0200
@@ -11,7 +11,7 @@
 
 from cubicweb import CW_SOFTWARE_ROOT as BASE
 from cubicweb.vregistry import VObject
-from cubicweb.cwvreg import CubicWebRegistry, UnknownProperty
+from cubicweb.cwvreg import CubicWebVRegistry, UnknownProperty
 from cubicweb.devtools import TestServerConfiguration
 from cubicweb.interfaces import IMileStone
 
@@ -27,7 +27,7 @@
 
     def setUp(self):
         config = TestServerConfiguration('data')
-        self.vreg = CubicWebRegistry(config)
+        self.vreg = CubicWebVRegistry(config)
         config.bootstrap_cubes()
         self.vreg.schema = config.load_schema()