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

Small corrections for TC_CSE_REG_CRE_024

parent 5ee55ce3
No related branches found
No related tags found
1 merge request!25Ae fixes
......@@ -1369,7 +1369,7 @@ module OneM2M_Testcases {
* @desc Check that the IUT rejects the create request of <CSEBase> resource.
*
*/
testcase TC_CSE_REG_CRE_024() runs on CseTester system CseSystem {
testcase TC_CSE_REG_CRE_025() runs on CseTester system CseSystem {
// Local variables
var MsgIn v_response;
......@@ -1388,7 +1388,7 @@ module OneM2M_Testcases {
v_aeIndex := f_cse_preamble_registerAe();//c_CRUDNDi);
// Test Body
v_request := f_getCreateRequestPrimitive(v_resourceType, m_createCSEBaseBase, v_aeIndex);
v_request := f_getCreateRequestPrimitive(v_resourceType, m_createCSEBaseBase, -1);
mcaPort.send(m_request(v_request));
tc_ac.start;
......
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