[Erp5-report] r10204 - /erp5/trunk/products/ERP5Banking/tests/
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Sep 20 11:29:56 CEST 2006
Author: aurel
Date: Wed Sep 20 11:29:55 2006
New Revision: 10204
URL: http://svn.erp5.org?rev=10204&view=rev
Log:
remove useless print
Modified:
erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py
Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py?rev=10204&r1=10203&r2=10204&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryDestruction.py Wed Sep 20 11:29:55 2006
@@ -595,9 +595,6 @@
"""
Check that compution of inventory at vault source is right after confirm and before deliver
"""
- print self.monetary_destruction.getBaobabDestination()
- print self.monetary_destruction.getBaobabDestinationUid()
-
# check we have 5 banknotes of 10000 currently
self.assertEqual(self.simulation_tool.getCurrentInventory(node=self.source.getRelativeUrl(), resource = self.billet_10000.getRelativeUrl()), 5.0)
# check we will have 0 banknote of 10000 after deliver
More information about the Erp5-report
mailing list