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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 19 11:06:52 CEST 2007


Author: jerome
Date: Tue Jun 19 11:06:52 2007
New Revision: 14868

URL: http://svn.erp5.org?rev=14868&view=rev
Log:
account_type was bad for 4718 and 4721

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=14868&r1=14867&r2=14868&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting_l10n_fr_m9.py (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting_l10n_fr_m9.py Tue Jun 19 11:06:52 2007
@@ -229,13 +229,13 @@
     account = self._getAccount('4718',
                                gap='fr/m9/4/47/471/4718', )
     self.assertEquals(1, len(account.checkConsistency(fixit=1)))
-    self.assertEquals('asset/receivable', account.getAccountType())
+    self.assertEquals('liability/payable', account.getAccountType())
   
   def test_AccountTypeConstaintFixFor4721(self):
     account = self._getAccount('4721',
                                gap='fr/m9/4/47/472/4721', )
     self.assertEquals(1, len(account.checkConsistency(fixit=1)))
-    self.assertEquals('liability/payable', account.getAccountType())
+    self.assertEquals('asset/receivable', account.getAccountType())
 
   def test_AccountTypeConstaintFixFor4731(self):
     account = self._getAccount('4731',




More information about the Erp5-report mailing list