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

f_AE_GEN_CRE_001 corrected

parent f6f5f1ea
No related branches found
No related tags found
No related merge requests found
...@@ -83,13 +83,13 @@ module OneM2M_Testcases_AE { ...@@ -83,13 +83,13 @@ module OneM2M_Testcases_AE {
f_cf03Up(); f_cf03Up();
//Send Trigger Message //Send Trigger Message
v_utRequest.to_ := f_getResourceAddress(-1, e_nonHierarchical, p_primitiveScope); v_utRequest.to_ := f_getLocalResourceAddress(-1, e_nonHierarchical, p_primitiveScope);
v_utRequest.from_ := "UNINITIALIZED"; v_utRequest.from_ := "UNINITIALIZED";
f_sendUtPrimitive(v_utRequest, v_action); f_sendUtPrimitive(v_utRequest, v_action);
tc_ac.start; tc_ac.start;
alt { alt {
[] mcaPortIn.receive(mw_request(mw_createContainer(omit,v_utRequest.to_))) { [] mcaPortIn.receive(mw_request(mw_createContainer(-,v_utRequest.to_))) {
tc_ac.stop; tc_ac.stop;
setverdict(pass, __SCOPE__, " : Container creation request received successfuly"); setverdict(pass, __SCOPE__, " : Container creation request received successfuly");
......
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