From afce86630ccc0d9a3c0f566fa1c935587bbe3770 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Fri, 6 Jul 2018 23:11:32 +0200 Subject: Stop tests after failures Call mtc.stop after setverdict(fail), add reasons to most failures and fail with verdict error for internal errors. Change-Id: I9b618235939fa41160b9be6677b121963d3ec857 --- sip/SIP_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sip') diff --git a/sip/SIP_Tests.ttcn b/sip/SIP_Tests.ttcn index f690dc70..24b3622e 100644 --- a/sip/SIP_Tests.ttcn +++ b/sip/SIP_Tests.ttcn @@ -131,7 +131,7 @@ runs on test_CT return ConnHdlr { private altstep as_Tguard() runs on ConnHdlr { [] g_Tguard.timeout { setverdict(fail, "Tguard timeout"); - self.stop; + mtc.stop; } } -- cgit v1.2.3