Index: suite.conf =================================================================== diff -u -rc178841263d7366f577776e63b59bd562e5d4d72 -ra412ad671c42331cefdd3da001fcb556bbeb4443 --- suite.conf (.../suite.conf) (revision c178841263d7366f577776e63b59bd562e5d4d72) +++ suite.conf (.../suite.conf) (revision a412ad671c42331cefdd3da001fcb556bbeb4443) @@ -1,6 +1,6 @@ AUT=denaliSquish LANGUAGE=Python OBJECTMAPSTYLE=script -TEST_CASES=tst_post tst_patientID_UI tst_standbymode tst_pre_treatment tst_case2 tst_case1 +TEST_CASES=tst_post tst_patientID_UI tst_standbymode tst_pre_treatment tst_case2 tst_ui_alarms VERSION=3 WRAPPERS=Qt Index: tst_ui_alarms/test.py =================================================================== diff -u --- tst_ui_alarms/test.py (revision 0) +++ tst_ui_alarms/test.py (revision a412ad671c42331cefdd3da001fcb556bbeb4443) @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*-" + +import names + +def main(): + test.log("Hello World")