[Erp5-report] r20741 - /erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 22 11:32:37 CEST 2008


Author: aurel
Date: Tue Apr 22 11:32:35 2008
New Revision: 20741

URL: http://svn.erp5.org?rev=20741&view=rev
Log:
source is now redefined to None on stop payment

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py?rev=20741&r1=20740&r2=20741&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py Tue Apr 22 11:32:35 2008
@@ -140,7 +140,7 @@
     self.assertEqual(self.stop_payment.getPortalType(), 'Stop Payment')
     # check source
     self.assertEqual(self.stop_payment.getBaobabSource(), 
-               'site/testsite/paris')
+                     None)
     # check destination
     self.assertEqual(self.stop_payment.getBaobabDestination(), None)
 




More information about the Erp5-report mailing list