Skip to content
Snippets Groups Projects
Commit 2b1731b3 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega Committed by Yann Garcia
Browse files

Correction on expected responseStatusCode for TC_CSE_SUB_NTF_001 and TC_CSE_SUB_NTF_002

parent a17fbc60
No related branches found
No related tags found
No related merge requests found
......@@ -2222,7 +2222,7 @@ module OneM2M_Testcases_CSE_Release_2 {
tc_ac.start;
alt {
[] mcaPort.receive(mw_response(mw_responsePrimitive(int4101))) -> value v_response { //SUBSCRIPTION_CREATOR_HAS_NO_PRIVILEGE
[] mcaPort.receive(mw_response(mw_responsePrimitive(int5204))) -> value v_response { //SUBSCRIPTION_VERIFICATION_INITIATION_FAILED
tc_ac.stop;
setverdict(pass, __SCOPE__ & ": OK : Subscription creator has no privilege");
}
......@@ -2301,7 +2301,7 @@ module OneM2M_Testcases_CSE_Release_2 {
tc_ac.start;
alt {
[] mcaPort.receive(mw_response(mw_responsePrimitive(int5205))) -> value v_response { //SUBSCRIPTION_CREATOR_HAS_NO_PRIVILEGE
[] mcaPort.receive(mw_response(mw_responsePrimitive(int5204))) -> value v_response { //SUBSCRIPTION_VERIFICATION_INITIATION_FAILED
tc_ac.stop;
setverdict(pass, __SCOPE__ & ": OK : Subscription creator has no privilege");
}
......
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