From a39cbf1cf098d87e59d6ef527c89b3a23fc0a53f Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Mon, 18 Oct 2010 23:58:27 +0200 Subject: [PATCH] [FIX] Remove unused unit test on the accounting bzr revid: stephane@openerp.com-20101018215827-4r7rm7lp8gqznhox --- addons/account/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/account/__openerp__.py b/addons/account/__openerp__.py index 6b145f6..b0ef5bc 100644 --- a/addons/account/__openerp__.py +++ b/addons/account/__openerp__.py @@ -119,7 +119,7 @@ module named account_voucher. 'project/project_demo.xml', 'project/analytic_account_demo.xml', 'demo/account_minimal.xml', - 'account_unit_test.xml', + #'account_unit_test.xml', ], 'test': [ 'test/account_customer_invoice.yml', -- 1.7.10.4