diff --git a/OneM2M_Testcases.ttcn b/OneM2M_Testcases.ttcn index 5bc03881a60274207202715eabb6327f9f342d10..a9320abcb4aac8dc5a46606d7ccf5512a93a9a70 100644 --- a/OneM2M_Testcases.ttcn +++ b/OneM2M_Testcases.ttcn @@ -3742,7 +3742,7 @@ module OneM2M_Testcases { group g_CSE_LOC_BV_001{ - testcase TC_CSE_LOC_BV_001_01() runs on M2M system M2MSystem { + testcase TC_CSE_LOC_BV_001() runs on M2M system M2MSystem { var integer v_aeAuxIndex := -1; var XSD.ID p_aeResourceAddress := PX_URI_CSE & PX_CSE_NAME & "/" & c_aeAuxName; @@ -3783,8 +3783,11 @@ module OneM2M_Testcases { f_postamble_deleteResources(); }// end testcase TC_CSE_LOC_BV_001_01 - - testcase TC_CSE_LOC_BV_001_02() runs on M2M system M2MSystem { + }//end group g_CSE_LOC_BV_001 + + + group g_CSE_LOC_BV_002{ + testcase TC_CSE_LOC_BV_002() runs on M2M system M2MSystem { var integer v_aeAuxIndex := -1; var XSD.ID p_aeResourceAddress := PX_URI_CSE & PX_CSE_NAME & "/" & c_aeAuxName; @@ -3825,12 +3828,12 @@ module OneM2M_Testcases { }// end testcase TC_CSE_LOC_BV_001_02 - }//end group g_CSE_LOC_BV_001 + }//end group g_CSE_LOC_BV_002 group g_CSE_LOC_BO_001{ - testcase TC_CSE_LOC_BO_001_01() runs on M2M system M2MSystem {//no AE_ID presented in the from_ is assigned privilege to do locationPolicy resource create operation!! + testcase TC_CSE_LOC_BO_001() runs on M2M system M2MSystem {//no AE_ID presented in the from_ is assigned privilege to do locationPolicy resource create operation!! var integer v_aeAuxIndex := -1; var XSD.ID p_aeResourceAddress := PX_URI_CSE & PX_CSE_NAME & "/" & c_aeAuxName; @@ -3875,7 +3878,10 @@ module OneM2M_Testcases { } // end testcase TC_CSE_LOC_BO_001_01 - testcase TC_CSE_LOC_BO_001_02() runs on M2M system M2MSystem { + }//end group g_CSE_LOC_BO_001 + + group g_CSE_LOC_BV_002{ + testcase TC_CSE_LOC_BO_002() runs on M2M system M2MSystem { var integer v_aeAuxIndex := -1; var XSD.ID p_targetResourceAddress := PX_URI_CSE & PX_CSE_NAME & "/" & c_aeAuxName & "/" & c_defaultResourceName; @@ -3920,7 +3926,7 @@ module OneM2M_Testcases { group g_CSE_LOC_BI_001{ - testcase TC_CSE_LOC_BI_001_01() runs on M2M system M2MSystem {//reject a invalid update request with invalid attribtue locationUpdatePeriod + testcase TC_CSE_LOC_BI_001() runs on M2M system M2MSystem {//reject a invalid update request with invalid attribtue locationUpdatePeriod var integer v_aeAuxIndex := -1; var integer v_locPolicyResourceIndex := -1;