hooks/test/unittest_syncschema.py
branchstable
changeset 6781 5062d86d6ffe
parent 6412 370357e68837
child 7078 bad26a22fe29
--- 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):