diff -r 49075f57cf2c -r aa09e20dd8c0 server/test/unittest_config.py --- a/server/test/unittest_config.py Tue May 05 17:18:49 2009 +0200 +++ b/server/test/unittest_config.py Thu May 14 12:48:11 2009 +0200 @@ -13,7 +13,7 @@ @staticmethod def registry_objects(registry): return [] - + cfg1 = TestServerConfiguration('data/config1') cfg1.bootstrap_cubes() cfg2 = TestServerConfiguration('data/config2') @@ -21,7 +21,7 @@ self.failIf(cfg1.load_hooks(vreg) is cfg2.load_hooks(vreg)) self.failUnless('after_add_relation' in cfg1.load_hooks(vreg)) self.failUnless('after_delete_relation' in cfg2.load_hooks(vreg)) - + if __name__ == '__main__': unittest_main()