Skip to content
Snippets Groups Projects
Commit bbeded47 authored by Pramod Kulkarni's avatar Pramod Kulkarni
Browse files

TTCN change in the DMR Create TCs

parent 834695b0
Branches
Tags
1 merge request!24STF531 REG TCs
...@@ -12084,10 +12084,10 @@ module OneM2M_Testcases { ...@@ -12084,10 +12084,10 @@ module OneM2M_Testcases {
f_checkCseTesterStatus(); f_checkCseTesterStatus();
//Check to see if the resource is present or not //Check to see if the resource is present or not
if (f_isResourcePresent(v_resourceIndex)){ if (f_isResourceNotPresent(v_aeIndex, f_getResourceName(vc_resourcesList[v_resourceIndex].resource))){
setverdict(fail, __SCOPE__ & ":INFO: Resource not deleted"); setverdict(pass, __SCOPE__ & ":INFO: Resource deleted");
} else { } else {
setverdict(pass, __SCOPE__ & ":ERROR: Resource deleted"); setverdict(fail, __SCOPE__ & ":ERROR: Resource not deleted");
} }
// Postamble // Postamble
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment