[Erp5-report] r28764 - /erp5/trunk/products/ERP5/tests/testTradeModelLine.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Sep 3 09:54:03 CEST 2009
Author: luke
Date: Thu Sep 3 09:54:00 2009
New Revision: 28764
URL: http://svn.erp5.org?rev=28764&view=rev
Log:
- since Simulation Movements related to Trade Condition (and Trade Model Lines) are delivered, changing Trade Condition (with different Trade Model Lines values) on Invoice built from simulation diverges Invoice
Modified:
erp5/trunk/products/ERP5/tests/testTradeModelLine.py
Modified: erp5/trunk/products/ERP5/tests/testTradeModelLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testTradeModelLine.py?rev=28764&r1=28763&r2=28764&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testTradeModelLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testTradeModelLine.py [utf8] Thu Sep 3 09:54:00 2009
@@ -1865,7 +1865,7 @@
sequence_list.play(self, quiet=True)
def test_TradeModelRuleSimulationBuildInvoiceNewTradeCondition(self):
- """Check that after changing trade condition invoice is not diverged"""
+ """Check that after changing trade condition invoice is diverged"""
sequence_list = SequenceList()
sequence_string = self.TRADE_MODEL_RULE_SIMULATION_SEQUENCE_STRING
sequence_string += """
@@ -1897,7 +1897,7 @@
SpecialiseInvoiceTradeCondition
Tic
- CheckInvoiceCausalityStateSolved
+ CheckInvoiceCausalityStateDiverged
"""
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self, quiet=True)
More information about the Erp5-report
mailing list