Index: tst_TreatmentStatesData/test.py =================================================================== diff -u -r211e5b6d52df1fb7af4b50ed652afdd373a64231 -rd8ec01a7bb4d530339ded2f8034995604db04612 --- tst_TreatmentStatesData/test.py (.../test.py) (revision 211e5b6d52df1fb7af4b50ed652afdd373a64231) +++ tst_TreatmentStatesData/test.py (.../test.py) (revision d8ec01a7bb4d530339ded2f8034995604db04612) @@ -38,11 +38,11 @@ def test_values(vSubMode, vUFState, vSalineState): - # these test cases are not always depending to each other + # these test cases are not always depending on each other if (vSubMode == txStates.TREATMENT_DIALYSIS_STATE_NOT): - test.compare( waitForObjectExists(names.o_treatmentStart_treatmentTime_arrowImage ).visible, vSalineState != txStates.SALINE_START_STATE ) - test.compare( waitForObjectExists(names.o_treatmentStart_treatmentTime_second ).visible, vSalineState != txStates.SALINE_START_STATE ) - test.compare( findObject (names.o_treatmentStart_treatmentTime_notification ).visible, vSalineState == txStates.SALINE_START_STATE ) + test.compare( waitForObjectExists(names.o_treatmentStart_treatmentTime_arrowImage ).visible, True ) + test.compare( waitForObjectExists(names.o_treatmentStart_treatmentTime_second ).visible, True ) + test.compare( findObject (names.o_treatmentStart_treatmentTime_notification ).visible, False) if (vSubMode == txStates.TREATMENT_DIALYSIS_STATE ): test.compare( findObject (names.o_treatmentStart_treatmentTime_arrowImage ).visible, False)