[Erp5-report] r10460 - /erp5/trunk/products/ERP5Banking/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 2 00:53:03 CEST 2006


Author: seb
Date: Mon Oct  2 00:53:00 2006
New Revision: 10460

URL: http://svn.erp5.org?rev=10460&view=rev
Log:
remove pdb call

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingCurrencyPurchase.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingCurrencyPurchase.py?rev=10460&r1=10459&r2=10460&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingCurrencyPurchase.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingCurrencyPurchase.py Mon Oct  2 00:53:00 2006
@@ -276,7 +276,6 @@
     self.simulation_tool = self.getSimulationTool()
     # check we have 0 banknotes of 10000 in encaisse_paris
     self.assertEqual(self.simulation_tool.getCurrentInventory(node=self.bi_counter_vault.getRelativeUrl(), resource = self.usd_billet_20.getRelativeUrl()), 0.0)
-    import pdb;pdb.set_trace()
     self.assertEqual(self.simulation_tool.getFutureInventory(node=self.bi_counter_vault.getRelativeUrl(), resource = self.usd_billet_20.getRelativeUrl()), 0.0)
      # check the final inventory of the bank account
     self.assertEqual(self.simulation_tool.getCurrentInventory(payment=self.bank_account_1.getRelativeUrl(),resource=self.currency_1.getRelativeUrl()), 100000)




More information about the Erp5-report mailing list