mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Christophe Sovant
06.39.2013 6ffee9cbf424c1cf2e5a2bf3a8c0bbdf0129cec8
CR-1807 Updated fractional replication tests following fix for issue OPENDJ-866
2 files modified
6 ■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/fractional-replication/utils.xml 4 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/changelog/changelog_tests.xml 2 ●●● patch | view | raw | blame | history
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>
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>