Skip to content
Snippets Groups Projects
Commit ee3fe02f authored by Naum Spaseski's avatar Naum Spaseski
Browse files

bugfix: forgot variable type

parent 3dfdb91d
No related branches found
No related tags found
No related merge requests found
......@@ -1452,7 +1452,7 @@ module OneM2M_Testcases_CSE {
testcase TC_CSE_REG_CRE_013_LBL() runs on Tester system CseSystem {
// Local variables
var template RequestPrimitive v_createRequest := m_createRemoteCSEBase;
const c_optionalAttribute := {"labels", omit};
const AttributeAux c_optionalAttribute := {"labels", omit};
var CseSimu v_cse1 := CseSimu.create("CSE1") alive;
v_createRequest.primitiveContent.remoteCSE.labels := {"MyLabel"};
......
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