From 9cdf0f3b4499452a12bd16604ee346ccc2d55604 Mon Sep 17 00:00:00 2001
From: arnaud_lacour <arnaud_lacour@localhost>
Date: Wed, 15 Aug 2007 21:01:41 +0000
Subject: [PATCH] 1. refactored core test suite 2. added getTestCaseName function to return a well-formed name

---
 opends/tests/functional-tests/testcases/groups/group_dynamic.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/groups/group_dynamic.xml b/opends/tests/functional-tests/testcases/groups/group_dynamic.xml
index abfa56c..030acce 100644
--- a/opends/tests/functional-tests/testcases/groups/group_dynamic.xml
+++ b/opends/tests/functional-tests/testcases/groups/group_dynamic.xml
@@ -97,7 +97,7 @@
           #@TestPostamble
           #@TestResult
           -->
-          <testcase name="'Group: Dynamic: add a dynamic group entry'">
+          <testcase name="getTestCaseName('add a dynamic group entry')">
             <sequence>
               <call function="'testCase_Preamble'"/>
 
@@ -156,7 +156,7 @@
           #@TestPostamble
           #@TestResult
           -->
-          <testcase name="'Group: Dynamic: delete a dynamic group entry'">
+          <testcase name="getTestCaseName('delete a dynamic group entry')">
             <sequence>
               <call function="'testCase_Preamble'"/>
               <message>
@@ -203,7 +203,7 @@
           #@TestPostamble
           #@TestResult
           -->
-          <testcase name="'Group: Dynamic: no group user do a search'">
+          <testcase name="getTestCaseName('no group user do a search')">
             <sequence>
               <call function="'testCase_Preamble'"/>
               <message>
@@ -240,7 +240,7 @@
           #@TestPostamble
           #@TestResult
           -->
-          <testcase name="'Group: Dynamic: group user do a search'">
+          <testcase name="getTestCaseName('group user do a search')">
             <sequence>
               <call function="'testCase_Preamble'"/>
               <message>
@@ -287,7 +287,7 @@
           #@TestPostamble
           #@TestResult
           -->
-          <testcase name="'Group: Dynamic: application add entry that belong to a group'">
+          <testcase name="getTestCaseName('application add entry that belong to a group')">
             <sequence>
               <call function="'testCase_Preamble'"/>
               <message>
@@ -358,7 +358,7 @@
           #@TestResult
           -->
  <!---
-            <testcase name="'Group: Dynamic: application rename entry that belong to a group'">
+            <testcase name="getTestCaseName('application rename entry that belong to a group')">
             <sequence>
               <call function="'testCase_Preamble'"/>
               <message>
@@ -422,7 +422,7 @@
           #@TestPostamble
           #@TestResult
           -->
-          <testcase name="'Group: Dynamic: application delete entry belonging to a group'">
+          <testcase name="getTestCaseName('application delete entry belonging to a group')">
             <sequence>
               <call function="'testCase_Preamble'"/>
               <message>

--
Gitblit v1.10.0