[Erp5-report] r39055 gregory - /erp5/trunk/products/ERP5Banking/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 12 14:32:10 CEST 2010


Author: gregory
Date: Tue Oct 12 14:32:09 2010
New Revision: 39055

URL: http://svn.erp5.org?rev=39055&view=rev
Log:
Remove unrelated docstring.

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py?rev=39055&r1=39054&r2=39055&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py [utf8] (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashToCurrencySale.py [utf8] Tue Oct 12 14:32:09 2010
@@ -35,24 +35,7 @@ os.environ['EVENT_LOG_FILE']     = os.pa
 os.environ['EVENT_LOG_SEVERITY'] = '-300'
 
 class TestERP5BankingCashToCurrencySale(TestERP5BankingMixin):
-  """
-  Unit test for the cash exchange module
-  Source =  destination
-  Initial cash detail :
-        5 banknotes of 10000
-        12 coin of 200
-        24 banknotes of 5000
-        0 coin of 100
-
-  Ordered by Assignor
-  Confirmed by Assignee
-  Delivered by DestinationAssignee
-  Final cash detail :
-        0 banknotes of 10000
-        0 coin of 200
-        34 banknotes of 5000
-        24 coin of 100
-  """
+
   # pseudo constants
   RUN_ALL_TEST = 1 # we want to run all test
   QUIET = 0 # we don't want the test to be quiet




More information about the Erp5-report mailing list