server/test/unittest_config.py
branchtls-sprint
changeset 1802 d628defebc17
parent 0 b97547f5f1fa
child 1977 606923dff11b
--- a/server/test/unittest_config.py	Thu May 14 10:24:56 2009 +0200
+++ b/server/test/unittest_config.py	Thu May 14 11:38:40 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()