[Erp5-report] r10192 - /erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryRecall.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 19 22:50:23 CEST 2006


Author: seb
Date: Tue Sep 19 22:50:20 2006
New Revision: 10192

URL: http://svn.erp5.org?rev=10192&view=rev
Log:
fixed a typo error

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryRecall.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryRecall.py?rev=10192&r1=10191&r2=10192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryRecall.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingMonetaryRecall.py Tue Sep 19 22:50:20 2006
@@ -228,12 +228,11 @@
     # set source reference
     self.setDocumentSourceReference(self.monetary_recall)
     # check source reference
-    self.assertNotEqual(self.monetary_recallaccount_incident.getSourceReference(), '')
+    self.assertNotEqual(self.monetary_recall.getSourceReference(), '')
     self.assertNotEqual(self.monetary_recall.getSourceReference(), None)
     # check that its destination is counter
-    ##self.assertEqual(self.monetary_recall.getDestination(),
-    ##'site/testsite/paris/caveau/serre/encaisse_des_billets_retires_de_la_circulation')
-    #'site/testsite/paris/surface/banque_interne/guichet_1')
+    self.assertEqual(self.monetary_recall.getBaobabDestination(),
+      'site/testsite/paris/caveau/serre/encaisse_des_billets_retires_de_la_circulation')
 
 
   def stepCreateValidLine1(self, sequence=None, sequence_list=None, **kwd):




More information about the Erp5-report mailing list