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

Christophe Sovant
26.18.2009 4e7101fd2097719f302d0948d855f23fff6059f8
opends/tests/staf-tests/shared/functions/topology.xml
@@ -56,6 +56,15 @@
        </function-arg-description>
        <function-arg-property name="type" value="string"/>
      </function-arg-def>
        <function-arg-def name="fileExtensions"
                          type="optional"
                          default="[]">
          <function-arg-description>
            Specifies a list of file extension to add to testdata.zip
          </function-arg-description>
        <function-arg-property name="type" value="string"/>
      </function-arg-def>
      <function-arg-def name="splitReplicationServers" 
                        type="optional" 
                        default="False">
@@ -78,7 +87,9 @@
      </script>
      
      <call function="'prepareInstanceCreation'">
        { 'groupDataDir' : sharedDataFolder }
        { 'groupDataDir' : sharedDataFolder,
          'fileExtensions' : fileExtensions
        }
      </call>
      <if expr="topologyDescFile == None">