Commit 149b06f8 authored by Romain Courteaud's avatar Romain Courteaud

Remove test for feature which are not yet implemented.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2919 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 79417297
...@@ -1550,28 +1550,29 @@ class TestOrder(ERP5TypeTestCase): ...@@ -1550,28 +1550,29 @@ class TestOrder(ERP5TypeTestCase):
' '
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
# Test with a order with 2 lines and the same not variated resource # XXX Not yet implemented
sequence_string = '\ # # Test with a order with 2 lines and the same not variated resource
CreateOrganisation1 \ # sequence_string = '\
CreateOrganisation2 \ # CreateOrganisation1 \
CreateOrder \ # CreateOrganisation2 \
SetOrderProfile \ # CreateOrder \
CreateNotVariatedResource \ # SetOrderProfile \
Tic \ # CreateNotVariatedResource \
CreateOrderLine \ # Tic \
SetOrderLineResource \ # CreateOrderLine \
SetOrderLineDefaultValues \ # SetOrderLineResource \
CreateOrderLine \ # SetOrderLineDefaultValues \
SetOrderLineResource \ # CreateOrderLine \
SetOrderLineDefaultValues \ # SetOrderLineResource \
OrderOrder \ # SetOrderLineDefaultValues \
Tic \ # OrderOrder \
CheckDeliveryBuilding \ # Tic \
ConfirmOrder \ # CheckDeliveryBuilding \
Tic \ # ConfirmOrder \
CheckDeliveryBuilding \ # Tic \
' # CheckDeliveryBuilding \
sequence_list.addSequenceString(sequence_string) # '
# sequence_list.addSequenceString(sequence_string)
sequence_list.play(self) sequence_list.play(self)
......
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