[MERGE] from trunk
[odoo/odoo.git] / openerp / tests / __init__.py
index c907d56..c4b77a6 100644 (file)
@@ -9,7 +9,7 @@ See the :ref:`test-framework` section in the :ref:`features` list.
 """
 
 from . import test_expression, test_html_sanitize, test_ir_sequence, test_orm,\
-              test_fields, test_per_class_teardown, \
+              test_fields, test_basecase, \
               test_view_validation, test_uninstall, test_misc, test_db_cursor
 
 fast_suite = [
@@ -22,7 +22,7 @@ checks = [
     test_db_cursor,
     test_orm,
     test_fields,
-    test_per_class_teardown,
+    test_basecase,
     test_view_validation,
     test_misc,
 ]