From f7a79549f2da5cb7e7c443c3220efd2e41cfc1f2 Mon Sep 17 00:00:00 2001 From: Matt Choplin Date: Thu, 5 Mar 2015 12:36:48 +0000 Subject: [PATCH 1/2] [account_banking_tests_fix_137] see issue https://github.com/OCA/bank-payment/issues/137 --- account_banking_tests/__openerp__.py | 1 + account_banking_tests/tests/__init__.py | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/account_banking_tests/__openerp__.py b/account_banking_tests/__openerp__.py index d0945ed47..eb7a97148 100644 --- a/account_banking_tests/__openerp__.py +++ b/account_banking_tests/__openerp__.py @@ -29,6 +29,7 @@ 'account_accountant', 'account_banking_payment_transfer', 'account_banking_sepa_credit_transfer', + 'account_banking_sepa_direct_debit', ], 'description': ''' This addon adds unit tests for the Banking addons. Installing this diff --git a/account_banking_tests/tests/__init__.py b/account_banking_tests/tests/__init__.py index 0fdf0f213..f32fcc5ce 100644 --- a/account_banking_tests/tests/__init__.py +++ b/account_banking_tests/tests/__init__.py @@ -1,5 +1 @@ from . import test_payment_roundtrip - -fast_suite = [ - test_payment_roundtrip, -] From 7d9039c8680f95c5110330b6788b1ec505858a2e Mon Sep 17 00:00:00 2001 From: Matt Choplin Date: Thu, 5 Mar 2015 14:06:11 +0000 Subject: [PATCH 2/2] [account_banking_tests_fix_137] remove the dependancy because the issue is treated in https://github.com/OCA/bank-payment/issues/111 and this modification is not good because it hides the failing of the tests. Since the issue #111 has not been fixed, it is normal that the test fails. --- account_banking_tests/__openerp__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/account_banking_tests/__openerp__.py b/account_banking_tests/__openerp__.py index eb7a97148..d0945ed47 100644 --- a/account_banking_tests/__openerp__.py +++ b/account_banking_tests/__openerp__.py @@ -29,7 +29,6 @@ 'account_accountant', 'account_banking_payment_transfer', 'account_banking_sepa_credit_transfer', - 'account_banking_sepa_direct_debit', ], 'description': ''' This addon adds unit tests for the Banking addons. Installing this