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

Christophe Sovant
24.14.2008 b017349867f2c33f0a671a3fefacd6774dcbace2
opends/tests/staf-tests/shared/functions/dsadm.xml
@@ -1036,6 +1036,10 @@
          'expectedRC': expectedRC
        }
      </call>
      <return>
        STAXResult
      </return>
    </sequence>
  </function>
@@ -4266,11 +4270,12 @@
      </message>
            
      <call function="'runCommand'">
        { 'location'  : location,
          'name'      : 'manage-tasks Script',
          'command'   : STAFCmd,
          'arguments' : STAFCmdParams,
          'expectedRC': expectedRC
        { 'location'   : location,
          'envCmd'     : [ 'LANG=C' , 'LC_ALL=C' ] ,
          'name'       : 'manage-tasks Script',
          'command'    : STAFCmd,
          'arguments'  : STAFCmdParams,
          'expectedRC' : expectedRC
        }
      </call>
      <return>