--- 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()