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/replication/totalupdate/totalupdate.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml b/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
index f1db1af..ff2b70c 100644
--- a/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
+++ b/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
@@ -54,7 +54,7 @@
           </script>
           
           <!--- Test Case : Total Update -->          
-          <testcase name="'Replication: Total Update: Simple LDIF'">
+          <testcase name="getTestCaseName('Simple LDIF')">
             <sequence>
             
               <call function="'testCase_Preamble'"/>

--
Gitblit v1.10.0