[Erp5-report] r26927 - /erp5/trunk/products/ERP5/tests/testAccounting_l10n_fr_m9.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 12 14:40:18 CEST 2009


Author: jerome
Date: Tue May 12 14:40:17 2009
New Revision: 26927

URL: http://svn.erp5.org?rev=26927&view=rev
Log:
remove duplicated test method

Modified:
    erp5/trunk/products/ERP5/tests/testAccounting_l10n_fr_m9.py

Modified: erp5/trunk/products/ERP5/tests/testAccounting_l10n_fr_m9.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAccounting_l10n_fr_m9.py?rev=26927&r1=26926&r2=26927&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting_l10n_fr_m9.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting_l10n_fr_m9.py [utf8] Tue May 12 14:40:17 2009
@@ -211,13 +211,6 @@
     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):




More information about the Erp5-report mailing list