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

TC_CSE_REG_CRE_025 - Small correction

parent 4c585f6f
No related branches found
No related tags found
1 merge request!25Ae fixes
......@@ -1388,7 +1388,8 @@ module OneM2M_Testcases {
v_aeIndex := f_cse_preamble_registerAe();//c_CRUDNDi);
// Test Body
v_request := f_getCreateRequestPrimitive(v_resourceType, m_createCSEBaseBase, -1);
v_request := f_getCreateRequestPrimitive(v_resourceType, m_createCSEBaseBase, -1);
v_request.from_ := f_getOriginator(v_aeIndex);
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