Skip to content
Snippets Groups Projects
Commit 84400f16 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix for f_CSE_ANNC_RET_002, adding error case

parent e0301aeb
No related branches found
No related tags found
No related merge requests found
...@@ -10991,6 +10991,10 @@ module OneM2M_PermutationFunctions { ...@@ -10991,6 +10991,10 @@ module OneM2M_PermutationFunctions {
tc_ac.stop; tc_ac.stop;
setverdict(fail, __SCOPE__, ": Wrong response status code"); setverdict(fail, __SCOPE__, ": Wrong response status code");
} }
[] mcaPort.receive(mw_response(mw_responsePrimitiveKO)) -> value vc_response {
tc_ac.stop;
setverdict(fail, __SCOPE__, ": RETRIEVE of original resource failed");
}
[] tc_ac.timeout { [] tc_ac.timeout {
setverdict(fail, __SCOPE__, ": No answer while retrieving resource type " & int2str(enum2int(p_resourceType))); setverdict(fail, __SCOPE__, ": No answer while retrieving resource type " & int2str(enum2int(p_resourceType)));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment