[Erp5-report] r10075 - /erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashIncident.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 18 10:45:34 CEST 2006
Author: aurel
Date: Mon Sep 18 10:45:32 2006
New Revision: 10075
URL: http://svn.erp5.org?rev=10075&view=rev
Log:
fix typo
Modified:
erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashIncident.py
Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashIncident.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashIncident.py?rev=10075&r1=10074&r2=10075&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashIncident.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashIncident.py Mon Sep 18 10:45:32 2006
@@ -182,7 +182,7 @@
# execute tic
self.stepTic()
# set source reference
- self.setDocumentSourceReference(self.account_incident)
+ self.setDocumentSourceReference(self.cash_incident)
# check source reference
self.assertNotEqual(self.cash_incident.getSourceReference(), '')
self.assertNotEqual(self.cash_incident.getSourceReference(), None)
More information about the Erp5-report
mailing list