From 666081b4e7d00442953534e1ed606d595b74187f Mon Sep 17 00:00:00 2001 From: Gabriel Monnerat <gabriel@tiolive.com> Date: Wed, 27 Jul 2011 10:41:36 -0300 Subject: [PATCH] Fix docstrings to reflect the reality of each test --- master/product/Vifib/tests/testVifibSlapWebService.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/master/product/Vifib/tests/testVifibSlapWebService.py b/master/product/Vifib/tests/testVifibSlapWebService.py index 913906c95..c0f44b960 100644 --- a/master/product/Vifib/tests/testVifibSlapWebService.py +++ b/master/product/Vifib/tests/testVifibSlapWebService.py @@ -4721,8 +4721,8 @@ class TestVifibSlapWebService(testVifibMixin): def test_SlaveInstance_request_stop_from_SoftwareInstance(self): """ - Check that the Slave Instance will be stopped and started correctly when - a Software Instance is started/stopped + Check that the Slave Instance will be stopped correctly when + a Software Instance is stopped """ sequence_list = SequenceList() sequence_string = self.prepare_install_requested_computer_partition_sequence_string + """ @@ -4757,8 +4757,8 @@ class TestVifibSlapWebService(testVifibMixin): def test_SlaveInstance_request_start_from_SoftwareInstance(self): """ - Check that the Slave Instance will be start and started correctly when - a Software Instance is started/stopped + Check that the Slave Instance will be started correctly when + a Software Instance is started """ sequence_list = SequenceList() sequence_string = self.prepare_install_requested_computer_partition_sequence_string + """ -- 2.30.9