Commit b000b94b authored by Antoine Catton's avatar Antoine Catton

Remove test_update_on_title_change.

The update of sale packing list during the title changing was removed in
3cd96faf because it was not needed.
parent f647124e
...@@ -645,31 +645,6 @@ class TestVifibSlapComputerPartitionUpdate(TestVifibSlapWebServiceMixin): ...@@ -645,31 +645,6 @@ class TestVifibSlapComputerPartitionUpdate(TestVifibSlapWebServiceMixin):
connection_xml = self.minimal_correct_xml connection_xml = self.minimal_correct_xml
) )
def test_update_on_title_change(self):
sequence_list = SequenceList()
sequence_string = \
self.prepare_started_computer_partition_sequence_string + """
SlapLoginCurrentComputer
CheckEmptyComputerGetComputerPartitionCall
SlapLogout
LoginTestVifibCustomer
SoftwareInstanceEditTitle
Tic
Logout
LoginDefaultUser
CheckComputerPartitionInstanceUpdateSalePackingListConfirmed
Logout
SlapLoginCurrentComputer
CheckSuccessComputerGetComputerPartitionCall
SlapLogout
"""
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
def test_update_on_source_reference_change(self): def test_update_on_source_reference_change(self):
sequence_list = SequenceList() sequence_list = SequenceList()
sequence_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