diff --git a/master/product/Vifib/tests/testVifibSlapComputerPartitionGetState.py b/master/product/Vifib/tests/testVifibSlapComputerPartitionGetState.py index e5ec9f3e602e63961a076167172a86a717eecaf7..25bc3905929dd9537f7132f94e1783891aad34fe 100644 --- a/master/product/Vifib/tests/testVifibSlapComputerPartitionGetState.py +++ b/master/product/Vifib/tests/testVifibSlapComputerPartitionGetState.py @@ -32,7 +32,7 @@ class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin): sequence_list = SequenceList() sequence_string = self.prepare_install_requested_computer_partition_sequence_string + '\ SlapLoginCurrentComputer \ - CheckStoppedComputerPartitionGetStateCall \ + CheckStartedComputerPartitionGetStateCall \ SlapLogout \ LoginERP5TypeTestCase \ CheckSiteConsistency \ @@ -54,7 +54,7 @@ class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin): Tic \ Logout \ SlapLoginCurrentComputer \ - CheckDestroyedComputerPartitionGetStateCall \ + CheckStartedComputerPartitionGetStateCall \ SlapLogout \ LoginERP5TypeTestCase \ CheckSiteConsistency \ @@ -160,7 +160,7 @@ class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin): Tic \ Logout \ SlapLoginCurrentComputer \ - CheckStoppedComputerPartitionGetStateCall \ + CheckStartedComputerPartitionGetStateCall \ SlapLogout \ LoginERP5TypeTestCase \ CheckSiteConsistency \