Loading ATS/21_configuration_operations/2102_test_case_operations/NOTESdeleted 100644 → 0 +0 −0 Empty file deleted. ATS/21_configuration_operations/2102_test_case_operations/NegSem_2102_testcase_stop_001.ttcn +3 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,9 @@ module NegSem_2102_testcase_stop_001 { testcase TC_NegSem_2102_testcase_stop_001() runs on GeneralComp { var boolean v_b := true; testcase.stop("Unexpected Termination"); // stop runing test case now setverdict(pass, "Unexpected termination with verdict pass"); testcase.stop("Expected Termination with verdict error"); // stop runing test case now with verdict error } control { Loading Loading
ATS/21_configuration_operations/2102_test_case_operations/NOTESdeleted 100644 → 0 +0 −0 Empty file deleted.
ATS/21_configuration_operations/2102_test_case_operations/NegSem_2102_testcase_stop_001.ttcn +3 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,9 @@ module NegSem_2102_testcase_stop_001 { testcase TC_NegSem_2102_testcase_stop_001() runs on GeneralComp { var boolean v_b := true; testcase.stop("Unexpected Termination"); // stop runing test case now setverdict(pass, "Unexpected termination with verdict pass"); testcase.stop("Expected Termination with verdict error"); // stop runing test case now with verdict error } control { Loading