From 02e3fe06566412b4b9cdf9476ef2a78f637cfd82 Mon Sep 17 00:00:00 2001 From: Bogdan Stanca-Kaposta <bogdan.stanca-kaposta@spirent.com> Date: Fri, 9 Mar 2018 13:17:42 +0100 Subject: [PATCH] fix for duplicated altstep in f_CSE_DIS_008 --- OneM2M_PermutationFunctions.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OneM2M_PermutationFunctions.ttcn b/OneM2M_PermutationFunctions.ttcn index 4e62882..550bb0e 100644 --- a/OneM2M_PermutationFunctions.ttcn +++ b/OneM2M_PermutationFunctions.ttcn @@ -5546,7 +5546,7 @@ module OneM2M_PermutationFunctions { tc_ac.stop; setverdict(fail, __SCOPE__ & ": Wrong response status code while retrieving resource"); } - [] mcaPort.receive(mw_response(mw_responsePrimitiveKO)) { + [] mcaPort.receive(mw_response(mw_responsePrimitiveOK)) { tc_ac.stop; setverdict(fail, __SCOPE__ & ": Wrong response while retrieving resource"); } -- GitLab