From 6ffee9cbf424c1cf2e5a2bf3a8c0bbdf0129cec8 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Thu, 06 Jun 2013 15:39:43 +0000
Subject: [PATCH] CR-1807 Updated fractional replication tests following fix for issue OPENDJ-866

---
 opends/tests/staf-tests/functional-tests/testcases/fractional-replication/utils.xml          |    4 ++--
 opends/tests/staf-tests/functional-tests/testcases/replication/changelog/changelog_tests.xml |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/fractional-replication/utils.xml b/opends/tests/staf-tests/functional-tests/testcases/fractional-replication/utils.xml
index efef822..5ebb4b9 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/fractional-replication/utils.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/fractional-replication/utils.xml
@@ -24,7 +24,7 @@
  ! CDDL HEADER END
  !
  !      Copyright 2009-2010 Sun Microsystems, Inc.
- !      Portions Copyright 2012 ForgeRock AS.
+ !      Portions Copyright 2012-2013 ForgeRock AS.
  ! -->
 <stax>
   <function name="get-fractional-replication-attributes" scope="local">
@@ -319,7 +319,7 @@
       <script> 
         replicationDomainDN = replicationDomainSuffix
         for l in STAXResult[0][1].splitlines():
-          if l.startswith('dn: cn=Replication Domain'):
+          if l.startswith('dn: cn=Directory server DS'):
             replicationDomainDN = l.replace('dn: ','')
       </script>
 
diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/changelog/changelog_tests.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/changelog/changelog_tests.xml
index f65fc6f..96cadc2 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/changelog/changelog_tests.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/changelog/changelog_tests.xml
@@ -111,7 +111,7 @@
               <else>
                 <!-- Windows -->
                 <script>
-                  sleepTime = 6000
+                  sleepTime = 10000
                 </script>
               </else>
             </if>

--
Gitblit v1.10.0