[server] backout previous change: forcing HooksRegistry instanciation conflicts with later hooks registration later in tests
--- a/server/repository.py Wed Sep 23 12:45:40 2009 +0200
+++ b/server/repository.py Wed Sep 23 13:27:05 2009 +0200
@@ -204,8 +204,6 @@
self.warning("set fs instance'schema")
config.bootstrap_cubes()
self.set_schema(config.load_schema())
- # make sure we have a hook registry in tests
- self.vreg['hooks'] = hook.HooksRegistry(self.vreg)
if not config.creating:
if 'CWProperty' in self.schema:
self.vreg.init_properties(self.properties())