diff -r 92e4c07f86c0 -r 5062d86d6ffe hooks/test/unittest_syncschema.py
--- a/hooks/test/unittest_syncschema.py	Wed Jan 05 15:32:22 2011 +0100
+++ b/hooks/test/unittest_syncschema.py	Wed Jan 05 15:32:56 2011 +0100
@@ -24,7 +24,7 @@
 from cubicweb.server.sqlutils import SQL_PREFIX
 from cubicweb.devtools.repotest import schema_eids_idx, restore_schema_eids_idx
 
-def teardown_module(*args):
+def tearDownModule(*args):
     del SchemaModificationHooksTC.schema_eids
 
 class SchemaModificationHooksTC(CubicWebTC):