--- a/devtools/test/unittest_dbfill.py Tue Oct 20 16:48:30 2009 +0200
+++ b/devtools/test/unittest_dbfill.py Tue Oct 20 16:48:37 2009 +0200
@@ -46,9 +46,9 @@
config = ApptestConfiguration('data')
config.bootstrap_cubes()
schema = config.load_schema()
- e_schema = schema.entity_schema('Person')
+ e_schema = schema.eschema('Person')
self.person_valgen = ValueGenerator(e_schema, self._choice_func)
- e_schema = schema.entity_schema('Bug')
+ e_schema = schema.eschema('Bug')
self.bug_valgen = MyValueGenerator(e_schema)
self.config = config