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

ugaston
29.07.2007 b61d5999b3e9eb0c0d2cb760bffa46e5aac37256
opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml
@@ -36,11 +36,14 @@
            envAlreadyLoaded='true'
            CurrentTestPath['group']='replication'
          </script>
          <call function="'testGroup_Preamble'"/>
          <iterate  var="_test" in="['totalupdate','binarycopy','ldifimport','resynchronization','basic','schema','failover']">
          <call function="'testGroup_Preamble'"/>
          <iterate  var="_test"
                    in="['totalupdate','binarycopy','ldifimport','resynchronization',
                         'basic','schema','failover','encryption']">
            <sequence>
              <import machine="STAF_LOCAL_HOSTNAME"
                      file="'%s/testcases/replication/%s/%s.xml' % (TESTS_DIR,_test,_test)"/>
                      file="'%s/testcases/replication/%s/%s.xml' %
                        (TESTS_DIR,_test,_test)"/>
              <call function="'replication_%s'% _test" />
            </sequence>
          </iterate>