From 592d31636c6dea105bcdff572f0bf9ce81afdc39 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
---
opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml b/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
index f1db1af..ff2b70c 100644
--- a/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
+++ b/opendj-sdk/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