[ADD] big bit on new import: pretty much everything but o2m
[odoo/odoo.git] / openerp / tests / addons / test_impex / tests / __init__.py
index d6af53c..8cab56f 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-from . import test_export, test_import
+from . import test_export, test_import, test_load
 
 fast_suite = [
 ]
@@ -8,6 +8,7 @@ fast_suite = [
 checks = [
     test_export,
     test_import,
+    test_load,
 ]
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: