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

andrug
02.01.2008 58f3d9c8a7cf259071331d1e27256ee9e111b2c0
change parameters order
1 files modified
14 ■■■■ changed files
opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml 14 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml
@@ -85,8 +85,8 @@
          <call function="'installSetupOpends'">
          {
            'instance'           : instance,
            'fileFd'             : cFileFd,
            'suffixDn'           : suffixDn
            'suffixDn'           : suffixDn,
            'fileFd'             : cFileFd
          }
          </call>
          
@@ -207,16 +207,16 @@
        </function-arg-description>
        <function-arg-property name="type" value="string"/>
      </function-arg-def>
      <function-arg-def name="fileFd" type="required">
        <function-arg-description>
          file descriptor
        </function-arg-description>
      </function-arg-def>
      <function-arg-def name="suffixDn" type="required">
        <function-arg-description>
          suffix dn
        </function-arg-description>
      </function-arg-def>
      <function-arg-def name="fileFd" type="required">
        <function-arg-description>
          file descriptor
        </function-arg-description>
      </function-arg-def>
    </function-map-args>
   
    <sequence>