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

TC_CSE_REG_DEL_003 small fix

parent a5f96610
No related branches found
No related tags found
No related merge requests found
......@@ -2683,6 +2683,7 @@ module OneM2M_Testcases_CSE_Release_1 {
[] mcaPort.receive(mw_response(mw_responsePrimitive(int2002))) {
tc_ac.stop;
setverdict(pass, __SCOPE__ & ": AE has been de-registered successfully");
f_removeElementFromList(vc_resourcesIndexToBeDeleted, v_aeIndex);
}
[] mcaPort.receive(mw_response(mw_responsePrimitiveOK)) {
tc_ac.stop;
......
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