Index: simulator/run.sh =================================================================== diff -u -r316fd2f51b0fa89c0f69949d79ef246e1e4bc4ed -rf3497ae0af556872a4f4234e0a3313c5e98f541c --- simulator/run.sh (.../run.sh) (revision 316fd2f51b0fa89c0f69949d79ef246e1e4bc4ed) +++ simulator/run.sh (.../run.sh) (revision f3497ae0af556872a4f4234e0a3313c5e98f541c) @@ -14,7 +14,6 @@ # @date (original) 19-Aug-2020 # ############################################################################ -# make sure the script is sourced and not executed directly if [ "$0" = "$BASH_SOURCE" ]; then echo "Error: Script must be sourced" exit 1 Index: tst_main_treatment_heparin/test.py =================================================================== diff -u -r316fd2f51b0fa89c0f69949d79ef246e1e4bc4ed -rf3497ae0af556872a4f4234e0a3313c5e98f541c --- tst_main_treatment_heparin/test.py (.../test.py) (revision 316fd2f51b0fa89c0f69949d79ef246e1e4bc4ed) +++ tst_main_treatment_heparin/test.py (.../test.py) (revision f3497ae0af556872a4f4234e0a3313c5e98f541c) @@ -14,13 +14,6 @@ # @date (original) 03-Mar-2022 # ############################################################################ -# -# file tst__main_treatment_heparin -# date 2022/03/03 -# author Akshay Rajaram Dhawan -# author Shweta Policepatil -# NOTE: -# This test contradicts verification of Heparin Delivery data and Heparin States from Main Treatment import names from configuration import config, utility Index: tst_pre_treatment_water_sample/test.py =================================================================== diff -u -r316fd2f51b0fa89c0f69949d79ef246e1e4bc4ed -rf3497ae0af556872a4f4234e0a3313c5e98f541c --- tst_pre_treatment_water_sample/test.py (.../test.py) (revision 316fd2f51b0fa89c0f69949d79ef246e1e4bc4ed) +++ tst_pre_treatment_water_sample/test.py (.../test.py) (revision f3497ae0af556872a4f4234e0a3313c5e98f541c) @@ -14,12 +14,6 @@ # @date (original) 09-Mar-2022 # ############################################################################ -# date 2022/03/14 -# author Akshay Rajaram Dhawan -# author Ajina S M -# author Amol Shinde -# NOTE: -# This test contradicts verification of Filter Flush Progress, Screen Titles, Page Step Indicators, Screen navigations, and buttons. import names from dialin.ui import utils