Commit 9d219d8d authored by Łukasz Nowak's avatar Łukasz Nowak

Fix condition.

Slap tool is stateless, it always sends partitions.
parent d5da9d62
...@@ -449,7 +449,7 @@ class TestVifibSlapComputerGetComputerPartitionList(TestVifibSlapWebServiceMixin ...@@ -449,7 +449,7 @@ class TestVifibSlapComputerGetComputerPartitionList(TestVifibSlapWebServiceMixin
sequence_list = SequenceList() sequence_list = SequenceList()
sequence_string = self.prepare_stopped_computer_partition_sequence_string + '\ sequence_string = self.prepare_stopped_computer_partition_sequence_string + '\
SlapLoginCurrentComputer \ SlapLoginCurrentComputer \
CheckEmptyComputerGetComputerPartitionCall \ CheckSuccessComputerGetComputerPartitionCall \
SlapLogout \ SlapLogout \
LoginERP5TypeTestCase \ LoginERP5TypeTestCase \
CheckSiteConsistency \ CheckSiteConsistency \
......
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