[Erp5-report] r12810 - /erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 16 11:18:13 CET 2007


Author: seb
Date: Fri Feb 16 11:18:11 2007
New Revision: 12810

URL: http://svn.erp5.org?rev=12810&view=rev
Log:
make sure that we can use Delivery_getVaultItemList in unit test

Modified:
    erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

Modified: erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py?rev=12810&r1=12809&r2=12810&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Fri Feb 16 11:18:11 2007
@@ -616,6 +616,7 @@
       self.portal.manage_addProperty('reference_currency_id', 'EUR', type='string')
     else:
       self.portal._updateProperty('reference_currency_id', "EUR")
+    setattr(self.portal,'functionnal_test_mode',1)
     # the person module
     self.person_module = self.getPersonModule()
     # the organisation module




More information about the Erp5-report mailing list