[FIX] Refectored the test case file reference
authorJigar Amin - OpenERP <jam@tinyerp.com>
Tue, 29 Nov 2011 04:40:37 +0000 (10:10 +0530)
committerJigar Amin - OpenERP <jam@tinyerp.com>
Tue, 29 Nov 2011 04:40:37 +0000 (10:10 +0530)
bzr revid: jam@tinyerp.com-20111129044037-px01nteee4b9opid

addons/resource/__openerp__.py

index 1062611..3fc4b4b 100644 (file)
@@ -46,8 +46,8 @@ It also manages the leaves of every resource.
     'demo_xml': ['resource_demo.xml'
     ],
     'test': [
-                'test/test_resource.yml',
-                'test/on_chnage_resource.yml',
+                'test/process/test_resource.yml',
+                'test/ui/on_chnage_resource.yml',
             ],
     'installable': True,
     'active': False,