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

ugaston
29.07.2007 45305ff4bdf983803925be2bdb978de955e33b3c
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>