diff --git a/OneM2M_Testcases.ttcn b/OneM2M_Testcases.ttcn index d102507f2d8613b37335378304aa27f023464d8f..6fd8a11f24949695a6b899fd635664864382d25f 100644 --- a/OneM2M_Testcases.ttcn +++ b/OneM2M_Testcases.ttcn @@ -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;