Commit 6e85fa4a authored by Jérome Perrin's avatar Jérome Perrin

remove duplicated test method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26927 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 16b1573b
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment