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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 19 16:52:08 CEST 2006


Author: aurel
Date: Thu Oct 19 16:52:06 2006
New Revision: 10829

URL: http://svn.erp5.org?rev=10829&view=rev
Log:
fix category

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py?rev=10829&r1=10828&r2=10829&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingMutilatedBanknote.py Thu Oct 19 16:52:06 2006
@@ -163,7 +163,7 @@
                                                                         portal_type='Mutilated Banknote',
                                                                         source_total_asset_price=0.0,
                                                                         destination_total_asset_price=0.0,
-                                                                        destination_value=self.mutilated_banknote_vault
+                                                                        destination_value=self.hq_mutilated_banknote_vault
                                                                         )
     self.stepTic()
     self.assertEqual(len(self.mutilated_banknote_module.objectValues()), 1)
@@ -172,7 +172,7 @@
     self.assertEqual(self.mutilated_banknote.getPortalType(), 'Mutilated Banknote')
     self.assertEqual(self.mutilated_banknote.getSource(), 'site/testsite/paris')
     self.assertEqual(self.mutilated_banknote.getSourceTrade(), 'site/testsite/paris')
-    self.assertEqual(self.mutilated_banknote.getDestination(), self.mutilated_banknote_vault.getRelativeUrl())
+    self.assertEqual(self.mutilated_banknote.getDestination(), self.hq_mutilated_banknote_vault.getRelativeUrl())
 
   def stepTryPlanWithNoLineDefined(self, sequence=None, sequence_list=None, **kw):
     """




More information about the Erp5-report mailing list