aboutsummaryrefslogtreecommitdiffstats
path: root/sip/SIP_Tests.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'sip/SIP_Tests.ttcn')
-rw-r--r--sip/SIP_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
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;
}
}