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

TC_CSE_DMR_DEL_001 - Addition of the check for verifying the correct deletion of the resource

parent 2cddce2f
Branches
Tags
No related merge requests found
...@@ -12081,6 +12081,15 @@ module OneM2M_Testcases { ...@@ -12081,6 +12081,15 @@ module OneM2M_Testcases {
} }
} }
f_checkCseTesterStatus();
//Check to see if the resource is present or not
if (f_isResourcePresent(v_resourceIndex)){
setverdict(fail, __SCOPE__ & ":INFO: Resource not deleted");
} else {
setverdict(pass, __SCOPE__ & ":ERROR: Resource deleted");
}
// Postamble // Postamble
f_cse_postamble_deleteResources(); f_cse_postamble_deleteResources();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment