Index: tst_patient_id/test.py =================================================================== diff -u -re3d34569087834bc6a6e1758480b425819d72408 -rdd878d19d2344a60e3533d6c1f7e6b7a74611afe --- tst_patient_id/test.py (.../test.py) (revision e3d34569087834bc6a6e1758480b425819d72408) +++ tst_patient_id/test.py (.../test.py) (revision dd878d19d2344a60e3533d6c1f7e6b7a74611afe) @@ -193,8 +193,8 @@ def main(): - utils.tstStart("tst_patient_id") - utility.start_application(config.APPLICATION_NAME) + utils.tstStart(__file__) + startApplication(config.APPLICATION_NAME) utils.waitForGUI(2) hd = HDSimulator()