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_schema.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/replication/totalupdate/replication_schema.xml b/opends/tests/functional-tests/testcases/replication/totalupdate/replication_schema.xml
index 6f8c307..002b6f9 100644
--- a/opends/tests/functional-tests/testcases/replication/totalupdate/replication_schema.xml
+++ b/opends/tests/functional-tests/testcases/replication/totalupdate/replication_schema.xml
@@ -97,7 +97,7 @@
#@TestPostamble
#@TestResult
-->
- <testcase name="'Replication: Schema Replication: Add objectclass'">
+ <testcase name="getTestCaseName('Add objectclass')">
<sequence>
<call function="'testCase_Preamble'"/>
<message>
@@ -170,7 +170,7 @@
#@TestPostamble
#@TestResult
-->
- <testcase name="'Replication: Schema Replication: Add attributetype'">
+ <testcase name="getTestCaseName('Add attributetype')">
<sequence>
<call function="'testCase_Preamble'"/>
<message>
@@ -243,7 +243,7 @@
#@TestPostamble
#@TestResult
- <testcase name="'Replication: Schema Replication: Delete objectclass'">
+ <testcase name="getTestCaseName('Delete objectclass')">
<sequence>
<call function="'testCase_Preamble'"/>
<message>
--
Gitblit v1.10.0