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

Updated TC_CSE_SUB_BV_002

parent c40aae94
No related branches found
No related tags found
1 merge request!25Ae fixes
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* @author oneM2M * @author oneM2M
* @version $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/OneM2M_Testcases.ttcn $ * @version $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/OneM2M_Testcases.ttcn $
* $Id: OneM2M_Testcases.ttcn 274 2017-05-17 09:44:46Z reinaortega $ * $Id: OneM2M_Testcases.ttcn 275 2017-05-17 09:47:12Z reinaortega $
* @desc Module containing test cases for oneM2M * @desc Module containing test cases for oneM2M
* *
*/ */
...@@ -10549,7 +10549,7 @@ module OneM2M_Testcases { ...@@ -10549,7 +10549,7 @@ module OneM2M_Testcases {
mcaPort.send(m_request(v_request)); mcaPort.send(m_request(v_request));
tc_ac.start; tc_ac.start;
alt { alt {
[] mcaPort.receive(mw_response(mw_responsePrimitive(int5105))) -> value v_response { [] mcaPort.receive(mw_response(mw_responsePrimitive(int4103))) -> value v_response {
tc_ac.stop; tc_ac.stop;
setverdict(pass, testcasename() & ": No privilege for subscribing to the resource"); setverdict(pass, testcasename() & ": No privilege for subscribing to the resource");
} }
......
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