Skip to content
Snippets Groups Projects
Commit 5c700765 authored by Naum Spaseski's avatar Naum Spaseski
Browse files

STF531: Corrected postamble for CSE/REG/CRE/012

parent 9ab2640d
No related branches found
No related tags found
No related merge requests found
......@@ -1325,8 +1325,12 @@ module OneM2M_Testcases_CSE {
mcaPort.send(m_request(v_request));
tc_ac.start;
alt {
[] mcaPort.receive(mw_response(mw_responsePrimitive(int2001))) {
[] mcaPort.receive(mw_response(mw_responsePrimitive(int2001))) -> value v_response{
tc_ac.stop;
f_checkAttributesToBeSaved(int2, v_request, v_response.primitive.responsePrimitive);
vc_aeAuxIndex := f_setResource(v_response.primitive.responsePrimitive.primitiveContent, int2);
setverdict(pass, __SCOPE__ & ": AE creation successfull.");
}
[] mcaPort.receive(mw_response(mw_responsePrimitiveInverse(int2001))) -> value v_response{
......
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