Index: tst_create_custom_treatment/test.py =================================================================== diff -u -r30cd5eac3a1d03a95d141f9c07499e1bea7cb97c -rbbc36663e7cf96a077ff895b949c132f00ef897e --- tst_create_custom_treatment/test.py (.../test.py) (revision 30cd5eac3a1d03a95d141f9c07499e1bea7cb97c) +++ tst_create_custom_treatment/test.py (.../test.py) (revision bbc36663e7cf96a077ff895b949c132f00ef897e) @@ -176,7 +176,7 @@ test.startSection("verification of saline bolus values") test.compare(waitForObject(names.o_PreTreatmentCreate_salineBolus_SliderCreateTreatment).label, config.SALINE_BOLUS_TITLE, "Parameter should be -> "+str(config.SALINE_BOLUS_TITLE)) - for saline_bolus in config.CREATE_TREATMENT_PARAMETER_RANGE[config.SALINE_BOLUS][::-1]: + for saline_bolus in config.CREATE_TREATMENT_PARAMETER_RANGE[config.SALINE_BOLUS_VOLUME][::-1]: test_custom_treatment_slider(names.o_PreTreatmentCreate_salineBolusSlider_Slider, saline_bolus, config.CREATE_TREATMENT_SLIDER_VALUES["saline_bolus"], config.SALINE_BOLUS_TITLE) test.endSection()