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

Check that Open Order line was correctly removed.

parent 77daede3
...@@ -1036,6 +1036,13 @@ class TestVifibDefaultUseCase(TestVifibSlapWebServiceMixin): ...@@ -1036,6 +1036,13 @@ class TestVifibDefaultUseCase(TestVifibSlapWebServiceMixin):
SoftwareInstanceDestroyed \ SoftwareInstanceDestroyed \
Tic \ Tic \
SlapLogout \ SlapLogout \
\
LoginDefaultUser \
CheckComputerPartitionInstanceCleanupSalePackingListDelivered \
CheckComputerPartitionIsFree \
CheckOpenOrderLineRemoved \
Logout \
\
LoginWebUser \ LoginWebUser \
CheckDestroyOngoingInvoice \ CheckDestroyOngoingInvoice \
SlapLogout \ SlapLogout \
...@@ -1305,6 +1312,13 @@ class TestVifibDefaultUseCase(TestVifibSlapWebServiceMixin): ...@@ -1305,6 +1312,13 @@ class TestVifibDefaultUseCase(TestVifibSlapWebServiceMixin):
SoftwareInstanceDestroyed \ SoftwareInstanceDestroyed \
Tic \ Tic \
SlapLogout \ SlapLogout \
\
LoginDefaultUser \
CheckComputerPartitionInstanceCleanupSalePackingListDelivered \
CheckComputerPartitionIsFree \
CheckOpenOrderLineRemoved \
Logout \
\
' + \ ' + \
self.create_new_user_instance_sequence_string + '\ self.create_new_user_instance_sequence_string + '\
SlapLoginCurrentComputer \ SlapLoginCurrentComputer \
...@@ -1339,6 +1353,11 @@ class TestVifibDefaultUseCase(TestVifibSlapWebServiceMixin): ...@@ -1339,6 +1353,11 @@ class TestVifibDefaultUseCase(TestVifibSlapWebServiceMixin):
Tic \ Tic \
SlapLogout \ SlapLogout \
\ \
LoginDefaultUser \
CheckComputerPartitionInstanceCleanupSalePackingListDelivered \
CheckComputerPartitionIsFree \
CheckOpenOrderLineRemoved \
Logout \
\ \
LoginERP5TypeTestCase \ LoginERP5TypeTestCase \
ConfirmOngoingInvoice \ ConfirmOngoingInvoice \
......
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