From 6e85fa4a4ca5a17e6e5502a031f5ee5927cb5679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 12 May 2009 12:40:17 +0000 Subject: [PATCH] remove duplicated test method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26927 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testAccounting_l10n_fr_m9.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/product/ERP5/tests/testAccounting_l10n_fr_m9.py b/product/ERP5/tests/testAccounting_l10n_fr_m9.py index cdf83f09bd..97696a2933 100644 --- a/product/ERP5/tests/testAccounting_l10n_fr_m9.py +++ b/product/ERP5/tests/testAccounting_l10n_fr_m9.py @@ -211,13 +211,6 @@ class TestAccounting_l10n_M9(ERP5TypeTestCase): self.failUnless(account.getAccountType() in ('liability/payable', 'asset/receivable')) - def test_AccountTypeConstaintFixForPayable(self): - account = self._getAccount('payable_account', - gap='fr/m9/4/40', - account_type='equity') - self.assertEquals(1, len(account.checkConsistency(fixit=1))) - self.assertEquals('liability/payable', account.getAccountType()) - # Members of gap/fr/m9/4/47 are very specific # for now, we do not fix 476 or 477 def test_AccountTypeConstaintFixFor4718(self): -- 2.30.9