From 7254733b84139ca183c97b2a4438e3369b1f1bdc Mon Sep 17 00:00:00 2001 From: acverdugo <acverdugo@at4wireless.com> Date: Mon, 5 Feb 2018 16:54:58 +0100 Subject: [PATCH] FIX #12 Signed-off-by: acverdugo <acverdugo@at4wireless.com> --- OneM2M_PermutationFunctions.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OneM2M_PermutationFunctions.ttcn b/OneM2M_PermutationFunctions.ttcn index f203fd6..4ba2164 100644 --- a/OneM2M_PermutationFunctions.ttcn +++ b/OneM2M_PermutationFunctions.ttcn @@ -4353,9 +4353,9 @@ module OneM2M_PermutationFunctions { mcaPort.send(m_request(v_request)); tc_ac.start; alt { - [] mcaPort.receive(mw_response(mw_responsePrimitive(int4004))) -> value v_response { + [] mcaPort.receive(mw_response(mw_responsePrimitive(int4000))) -> value v_response { tc_ac.stop; - setverdict(pass, __SCOPE__ & ": Resource " & c_defaultResourceName & " of type " & int2str(enum2int(p_resourceType)) & " not found"); + setverdict(pass, __SCOPE__ & ": It is not possible to update an unexisting attribute of resource type " & int2str(enum2int(p_resourceType))); } [] mcaPort.receive(mw_response(mw_responsePrimitiveKO)) -> value v_response { tc_ac.stop; -- GitLab