diff -r 812445504835 -r b5d6f5391695 server/test/unittest_hook.py --- 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