Index: tst_treatment_saline_data/test.py =================================================================== diff -u -r9ef78246744be74035d8521b7ee71dc84a623883 -re3f67a6e78d267bb99596ba1ce439c6fe7d89a25 --- tst_treatment_saline_data/test.py (.../test.py) (revision 9ef78246744be74035d8521b7ee71dc84a623883) +++ tst_treatment_saline_data/test.py (.../test.py) (revision e3f67a6e78d267bb99596ba1ce439c6fe7d89a25) @@ -47,8 +47,8 @@ Method to verify cumulative value on saline section @param expected_cumulative_value: (int) expected cumulative value on saline section """ - test.compare(waitForObjectExists(names.o_treatmentHome_cumalative_value).text , expected_cumulative_value, "cumulative value verified") - test.compare(waitForObjectExists(names.o_treatmentHome_cumalative_unit).text , config.SALINE_UNIT, "cumulative unit verified" ) + test.compare(waitForObjectExists(names.o_treatmentHome_cumalative_value).text , expected_cumulative_value, "cumulative value verified, expecting "+expected_cumulative_value) + test.compare(waitForObjectExists(names.o_treatmentHome_cumalative_unit).text , config.SALINE_UNIT, "cumulative unit verified, expecting"+config.SALINE_UNIT ) def verify_delivered_value(expected_delivered_value):