server/test/unittest_hook.py
branchstable
changeset 6781 5062d86d6ffe
parent 6340 470d8e828fda
child 6796 e70ca9abfc51
--- a/server/test/unittest_hook.py	Wed Jan 05 15:32:22 2011 +0100
+++ b/server/test/unittest_hook.py	Wed Jan 05 15:32:56 2011 +0100
@@ -79,7 +79,7 @@
 config.bootstrap_cubes()
 schema = config.load_schema()
 
-def teardown_module(*args):
+def tearDownModule(*args):
     global config, schema
     del config, schema