Commit f79f5d2f authored by Łukasz Nowak's avatar Łukasz Nowak

- next test to TODO


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26717 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e58ddffe
......@@ -1404,11 +1404,15 @@ class TestBPMTestCases(TestBPMMixin):
sequence_list.play(self)
def test_TradeModelRuleSimulationBuildInvoiceNewTradeConditionDivergencyAndSolving(self):
"""Check that after changing trade model invoice is properly diverged and it is possible to solve"""
"""Check that after changing trade condition invoice is properly diverged and it is possible to solve"""
raise NotImplementedError('TODO')
def test_TradeModelRuleSimulationBuildInvoiceNewInvoiceLineSupport(self):
"""Check how is supported addition of invoice line to invoice build from order"""
raise NotImplementedError('TODO')
def test_TradeModelRuleSimulationBuildInvoiceInvoiceLineModifyDivergencyAndSolving(self):
"""Check that after changing trade model invoice is properly diverged and it is possible to solve"""
"""Check that after changing invoice line invoice is properly diverged and it is possible to solve"""
sequence_list = SequenceList()
sequence_string = self.trade_model_rule_simulation_common_string
sequence_string += """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment