Index: tst_treatment_monitoring/test.py =================================================================== diff -u -ra79f4327ddb07d62332ccf205707a98cef2a98f5 -rf7e0cacb90c34d1cfe2f95652acbdba018339985 --- tst_treatment_monitoring/test.py (.../test.py) (revision a79f4327ddb07d62332ccf205707a98cef2a98f5) +++ tst_treatment_monitoring/test.py (.../test.py) (revision f7e0cacb90c34d1cfe2f95652acbdba018339985) @@ -64,7 +64,7 @@ test.startSection("Verification of treatment parameters") hd_simulator.cmd_set_treatment_states_data(sub_mode= 2, uf_state= 0, saline_state=0, heparin_state= 0, rinseback_state= 0, recirculate_state= 0, blood_prime_state= 0, - treatment_end_state=0, treatment_stop_state= 0) + treatment_end_state=0, treatment_stop_state= 0, dialysis_state=0) test.log("Test for verifying components of Flows in Main Treatment ") test.compare(str(waitForObject(names.o_Flows).text), config.FLOWS_TEXT)