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

ugaston
04.13.2007 3df7b26c6810ef008d6365a8f086dbed38adab12
opends/tests/functional-tests/testcases/replication/replication.xml
@@ -44,15 +44,31 @@
          </script>
      
          <call function="'testGroup_Preamble'"/>
          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
            file="'%s/testcases/replication/totalupdate/totalupdate.xml' % (TESTS_DIR)"/>
          <call function="'main_totalupdate'" />
          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
            file="'%s/testcases/replication/binarycopy/replication_binarycopy.xml' % (TESTS_DIR)"/>
          <call function="'replication_binarycopy'" />
          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
            file="'%s/testcases/replication/ldifimport/replication_ldifimport.xml' % (TESTS_DIR)"/>
          <call function="'replication_ldifimport'" />
          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
            file="'%s/testcases/replication/resynchronization/replication_resynchronization.xml' % (TESTS_DIR)"/>
          <call function="'replication_resynchronization'" />
          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
            file="'%s/testcases/replication/basic/replication_basic.xml' % (TESTS_DIR)"/>
          <call function="'replication_basic'" />          
                                  
          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
            file="'%s/testcases/replication/schema/replication_schema.xml' % (TESTS_DIR)"/>
          <call function="'replication_schema'" />
          <call function="'testGroup_Postamble'"/>
                        
        </sequence>