[Erp5-report] r36262 jerome - /erp5/trunk/products/ERP5/tests/testAccounting.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 11 11:07:03 CEST 2010


Author: jerome
Date: Fri Jun 11 11:06:55 2010
New Revision: 36262

URL: http://svn.erp5.org?rev=36262&view=rev
Log:
update test, now client_1 has a group

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

Modified: erp5/trunk/products/ERP5/tests/testAccounting.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAccounting.py?rev=36262&r1=36261&r2=36262&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting.py [utf8] Fri Jun 11 11:06:55 2010
@@ -2253,7 +2253,7 @@ class TestTransactions(AccountingTestCas
     self.assertEquals(self.main_section,
         self.main_section.Organisation_getMappingRelatedOrganisation())
 
-    client = self.organisation_module.client_1
+    client = self.organisation_module.client_2
     self.assertEquals(None, client.getGroupValue())
     self.assertEquals(client,
         client.Organisation_getMappingRelatedOrganisation())




More information about the Erp5-report mailing list