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

al_xipe
21.55.2007 a907d36e1b32fe05f0e13cefe84de560053e0e22
opends/tests/functional-tests/testcases/replication/replication_setup.xml
@@ -37,24 +37,24 @@
        </function-arg-description>
        <function-arg-property name="type" value="filepath"/>
      </function-arg-def>
    </function-map-args>
    </function-map-args>
    <sequence>
      <block name="'replication-setup'">
        <sequence>
          <message>
             'Create DS topology as described in %s' % topologyFile
          </message>
        <call function="'createTopology'">
          { 'topologyDescFile' : topologyFile,
      <call function="'createTopology'">
        { 'topologyDescFile' : topologyFile,
              'sharedDataFolder' : 'replication' }
        </call>
        <call function="'checkRC'">
      </call>
      <call function="'checkRC'">
                { 'returncode' : RC ,
                  'result'     : STAXResult }
          </call>
@@ -77,11 +77,11 @@
            consumerList = _topologyServerList[1:]              
          </script>        
                          
          <!-- Start the servers in the topology -->
          <!-- Start the servers in the topology -->
          <call function="'startServers'">
            [_topologyServerList]
          </call>            
        </sequence>
      </block>