From c083f644d7894fa36a0e8cfd087cb75cc4c9eb89 Mon Sep 17 00:00:00 2001
From: rennoch <axel.rennoch@fokus.fraunhofer.de>
Date: Wed, 5 Oct 2016 10:27:19 +0200
Subject: [PATCH] correction of TC names GMG_BV_008_1..013 -> 008..014

---
 OneM2M_Testcases.ttcn | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/OneM2M_Testcases.ttcn b/OneM2M_Testcases.ttcn
index aab6cba..1aa7c6a 100644
--- a/OneM2M_Testcases.ttcn
+++ b/OneM2M_Testcases.ttcn
@@ -4470,9 +4470,9 @@ module OneM2M_Testcases {
             // Test objective:
             // Check that the IUT could delete the  RESOURCE_TYPE resource by using
             // fanOutPoint in group resource.
-            group g_CSE_GMG_BV_008_1 {
+            group g_CSE_GMG_BV_008 {
                 
-                testcase TC_CSE_GMG_BV_008_1() runs on CseTester system CseSystem
+                testcase TC_CSE_GMG_BV_008() runs on CseTester system CseSystem
                 {
                     // TODO: use right values for c_deleteAddress
                     var XSD.ID c_deleteAddress := "DELETE";
@@ -4531,14 +4531,14 @@ module OneM2M_Testcases {
                                     
                 }
             
-            } // end group g_CSE_GMG_BV_008_1
+            } // end group g_CSE_GMG_BV_008
             
             // Test objective:
             // Check that the IUT detects the presence of duplicate member IDs during the creation of the
             // group resource and removes the duplicate member IDs prior to creation of the group resource.
-            group g_CSE_GMG_BV_008_2 {
+            group g_CSE_GMG_BV_009 {
                 
-                testcase TC_CSE_GMG_BV_008_2() runs on CseTester system CseSystem
+                testcase TC_CSE_GMG_BV_009() runs on CseTester system CseSystem
                 {
                     
                     // TODO: use right values for c_memberRessourceAddress
@@ -4598,14 +4598,14 @@ module OneM2M_Testcases {
                     
                 }
             
-            } // end group g_CSE_GMG_BV_008_2
+            } // end group g_CSE_GMG_BV_009
             
             // Test objective:
             // Check that the IUT validates the resource type during the creation of the
             // group resource when memberType attribute is not ‘mixed’.
-            group g_CSE_GMG_BV_009 {
+            group g_CSE_GMG_BV_010 {
             
-                testcase TC_CSE_GMG_BV_009() runs on CseTester system CseSystem
+                testcase TC_CSE_GMG_BV_010() runs on CseTester system CseSystem
                 {
 //                  Local variables
                     var MsgIn v_response;
@@ -4672,15 +4672,15 @@ module OneM2M_Testcases {
 					f_cf01Down();
                                         
                 }
-            } // end group g_CSE_GMG_BV_009
+            } // end group g_CSE_GMG_BV_010
             
             
             // Test objective:
             // Check that the IUT handles unsuccessful validation of the resource type during the creation of the
             // group resource when memberType attribute is not ‘mixed’ and the consistencyStrategy attribute is SET_MIXED.
-            group g_CSE_GMG_BV_010 {
+            group g_CSE_GMG_BV_011 {
             
-                testcase TC_CSE_GMG_BV_010() runs on CseTester system CseSystem
+                testcase TC_CSE_GMG_BV_011() runs on CseTester system CseSystem
                 {
 
                     // TODO: use right values for c_RessourceType1 and c_RessourceType2
@@ -4756,15 +4756,15 @@ module OneM2M_Testcases {
 					f_cf01Down();                   
                     
                 }
-            } // end group g_CSE_GMG_BV_010
+            } // end group g_CSE_GMG_BV_011
             
             // Test objective:
             // Check that the IUT handles unsuccessful validation of the resource type during the creation of the
             // group resource when memberType attribute is not ‘mixed’ and the consistencyStrategy attribute is
             // ABANDON_MEMBER,.
-            group g_CSE_GMG_BV_011 {
+            group g_CSE_GMG_BV_012 {
             
-                testcase TC_CSE_GMG_BV_011() runs on CseTester system CseSystem
+                testcase TC_CSE_GMG_BV_012() runs on CseTester system CseSystem
                 {
 
                     // TODO: use right values for c_RessourceType1 and c_RessourceType2 and c_memberRessourceAddress1 and c_memberRessourceAddress2
@@ -4835,15 +4835,15 @@ module OneM2M_Testcases {
                     
                 }
             
-            } // end group g_CSE_GMG_BV_011
+            } // end group g_CSE_GMG_BV_012
             
             // Test objective:
             // Check that the IUT handles unsuccessful validation of the resource type during the creation of the
             // group resource when memberType attribute is not ‘mixed’ and the consistencyStrategy attribute is
             // ABANDON_GROUP.
-            group g_CSE_GMG_BV_012 {
+            group g_CSE_GMG_BV_013 {
                 
-                testcase TC_CSE_GMG_BV_012() runs on CseTester system CseSystem
+                testcase TC_CSE_GMG_BV_013() runs on CseTester system CseSystem
                 {
 
 
@@ -4901,7 +4901,7 @@ module OneM2M_Testcases {
 					
                 }
             
-            } // end group g_CSE_GMG_BV_012
+            } // end group g_CSE_GMG_BV_013
             
         } // end group Group_Managment
 		
-- 
GitLab