[server] backout previous change: forcing HooksRegistry instanciation conflicts with later hooks registration later in tests
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 23 Sep 2009 13:27:05 +0200
changeset 3425 4035fc72d73c
parent 3424 60c9722a590b
child 3426 6ea4a2ff01c9
[server] backout previous change: forcing HooksRegistry instanciation conflicts with later hooks registration later in tests
server/repository.py
--- 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())