From ad1f255bfe0df4d406935fce5ba09ee43c3b5e67 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Mon, 20 Aug 2007 09:32:57 +0000
Subject: [PATCH] Ensure replication tests pick up correct xml files

---
 opendj-sdk/opends/tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml               |    0 
 opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml                         |    8 ++++----
 opendj-sdk/opends/tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml               |    0 
 opendj-sdk/opends/tests/functional-tests/testcases/replication/schema/schema.xml                       |    0 
 opendj-sdk/opends/tests/functional-tests/testcases/replication/resynchronization/resynchronization.xml |    0 
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/replication_binarycopy.xml b/opendj-sdk/opends/tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
similarity index 100%
rename from opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/replication_binarycopy.xml
rename to opendj-sdk/opends/tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/replication_ldifimport.xml b/opendj-sdk/opends/tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
similarity index 100%
rename from opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/replication_ldifimport.xml
rename to opendj-sdk/opends/tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml b/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml
index f6ecd02..0576ca7 100644
--- a/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml
@@ -50,15 +50,15 @@
           <call function="'main_totalupdate'" />
 
           <import machine="STAF_LOCAL_HOSTNAME"
-            file="'%s/testcases/replication/binarycopy/replication_binarycopy.xml' % (TESTS_DIR)"/>
+            file="'%s/testcases/replication/binarycopy/binarycopy.xml' % (TESTS_DIR)"/>
           <call function="'replication_binarycopy'" />          
 
           <import machine="STAF_LOCAL_HOSTNAME"
-            file="'%s/testcases/replication/ldifimport/replication_ldifimport.xml' % (TESTS_DIR)"/>
+            file="'%s/testcases/replication/ldifimport/ldifimport.xml' % (TESTS_DIR)"/>
           <call function="'replication_ldifimport'" />          
                         
           <import machine="STAF_LOCAL_HOSTNAME"
-            file="'%s/testcases/replication/resynchronization/replication_resynchronization.xml' % (TESTS_DIR)"/>
+            file="'%s/testcases/replication/resynchronization/resynchronization.xml' % (TESTS_DIR)"/>
           <call function="'replication_resynchronization'" />          
             
           <import machine="STAF_LOCAL_HOSTNAME"
@@ -66,7 +66,7 @@
           <call function="'replication_basic'" />          
 								          
           <import machine="STAF_LOCAL_HOSTNAME"
-            file="'%s/testcases/replication/schema/replication_schema.xml' % (TESTS_DIR)"/>
+            file="'%s/testcases/replication/schema/schema.xml' % (TESTS_DIR)"/>
           <call function="'replication_schema'" />          
             
           <call function="'testGroup_Postamble'"/>
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/replication_resynchronization.xml b/opendj-sdk/opends/tests/functional-tests/testcases/replication/resynchronization/resynchronization.xml
similarity index 100%
rename from opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/replication_resynchronization.xml
rename to opendj-sdk/opends/tests/functional-tests/testcases/replication/resynchronization/resynchronization.xml
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/replication_schema.xml b/opendj-sdk/opends/tests/functional-tests/testcases/replication/schema/schema.xml
similarity index 100%
rename from opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/replication_schema.xml
rename to opendj-sdk/opends/tests/functional-tests/testcases/replication/schema/schema.xml

--
Gitblit v1.10.0