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):
'
sequence_list.addSequenceString(sequence_string)
# Test with a order with 2 lines and the same not variated resource
sequence_string = '\
CreateOrganisation1 \
CreateOrganisation2 \
CreateOrder \
SetOrderProfile \
CreateNotVariatedResource \
Tic \
CreateOrderLine \
SetOrderLineResource \
SetOrderLineDefaultValues \
CreateOrderLine \
SetOrderLineResource \
SetOrderLineDefaultValues \
OrderOrder \
Tic \
CheckDeliveryBuilding \
ConfirmOrder \
Tic \
CheckDeliveryBuilding \
'
sequence_list.addSequenceString(sequence_string)
# XXX Not yet implemented
# # Test with a order with 2 lines and the same not variated resource
# sequence_string = '\
# CreateOrganisation1 \
# CreateOrganisation2 \
# CreateOrder \
# SetOrderProfile \
# CreateNotVariatedResource \
# Tic \
# CreateOrderLine \
# SetOrderLineResource \
# SetOrderLineDefaultValues \
# CreateOrderLine \
# SetOrderLineResource \
# SetOrderLineDefaultValues \
# OrderOrder \
# Tic \
# CheckDeliveryBuilding \
# ConfirmOrder \
# Tic \
# CheckDeliveryBuilding \
# '
# sequence_list.addSequenceString(sequence_string)
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