server/test/unittest_hook.py
changeset 6782 b5d6f5391695
parent 6781 5062d86d6ffe
child 6796 e70ca9abfc51
--- a/server/test/unittest_hook.py	Tue Jan 04 14:11:54 2011 +0100
+++ b/server/test/unittest_hook.py	Wed Jan 05 17:50:21 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