[Erp5-report] r35379 romain - /erp5/trunk/products/ERP5Legacy/tests/
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon May 17 13:33:30 CEST 2010
Author: romain
Date: Mon May 17 13:33:26 2010
New Revision: 35379
URL: http://svn.erp5.org?rev=35379&view=rev
Log:
Since 34789, specialise value is not automatically modified if set
Modified:
erp5/trunk/products/ERP5Legacy/tests/testLegacyProductionOrder.py
Modified: erp5/trunk/products/ERP5Legacy/tests/testLegacyProductionOrder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Legacy/tests/testLegacyProductionOrder.py?rev=35379&r1=35378&r2=35379&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Legacy/tests/testLegacyProductionOrder.py [utf8] (original)
+++ erp5/trunk/products/ERP5Legacy/tests/testLegacyProductionOrder.py [utf8] Mon May 17 13:33:26 2010
@@ -1516,7 +1516,7 @@
'
sequence_list.addSequenceString(sequence_string)
- # transformation set, then unset
+ # transformation set, then not modified
sequence_string = bootstrap_sequence_string + '\
CreateTransformation \
Tic \
@@ -1525,7 +1525,7 @@
CheckOrderLineTransformationIsSet \
RemoveResourceFromOrderLine \
Tic \
- CheckOrderLineTransformationIsNotSet \
+ CheckOrderLineTransformationIsSet \
'
sequence_list.addSequenceString(sequence_string)
More information about the Erp5-report
mailing list