[Erp5-report] r38102 vincent - /erp5/trunk/products/ERP5Banking/tests/
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Sep 1 13:39:00 CEST 2010
Author: vincent
Date: Wed Sep 1 13:38:57 2010
New Revision: 38102
URL: http://svn.erp5.org?rev=38102&view=rev
Log:
Re-enable a test accidentaly commented-out in r38100.
Modified:
erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py
Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py?rev=38102&r1=38101&r2=38102&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py [utf8] (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py [utf8] Wed Sep 1 13:38:57 2010
@@ -263,7 +263,7 @@ class TestERP5BankingCashMovementNewNotE
# check the source vault is caisse_1
self.assertEqual(cell.getBaobabSourceValue(), self.reception_site)
# check the destination vault is caisse_2
- #self.assertEqual(cell.getBaobabDestinationValue(), self.destination_site)
+ self.assertEqual(cell.getBaobabDestinationValue(), self.destination_site)
self.assertEqual(cell.getQuantity(), 100.0)
More information about the Erp5-report
mailing list