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

diff --git a/opends/tests/functional-tests/testcases/replication/totalupdate/replication_binarycopy.xml b/opends/tests/functional-tests/testcases/replication/totalupdate/replication_binarycopy.xml
index 6f4ce66..5bdc278 100644
--- a/opends/tests/functional-tests/testcases/replication/totalupdate/replication_binarycopy.xml
+++ b/opends/tests/functional-tests/testcases/replication/totalupdate/replication_binarycopy.xml
@@ -74,7 +74,7 @@
           #@TestPostamble
           #@TestResult
           -->					     
-          <testcase name="'Replication: Binary Copy: Off-line initialisation'">
+          <testcase name="getTestCaseName('Off-line initialisation')">
             <sequence>            
               <call function="'testCase_Preamble'"/>
               <message>
@@ -175,7 +175,7 @@
           #@TestPostamble
           #@TestResult
           -->					     
-          <testcase name="'Replication: Binary Copy: On-line initialisation'">
+          <testcase name="getTestCaseName('On-line initialisation')">
             <sequence>            
               <call function="'testCase_Preamble'"/>
               <message>

--
Gitblit v1.10.0