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

madiot
16.48.2009 88b6b0c8403e014ecfc0c0379dd6f2bdd472df4a
opends/tests/staf-tests/shared/functions/webcontainer.xml
@@ -329,21 +329,13 @@
        '%s' % STAFCmd
      </message>
      <!-- On Windows systems, startup command always returns 1 -->
      <script>
        if is_windows_platform(location):
          expectedRC=1
        else:
          expectedRC=0
      </script>
      <call function="'runCommand'">
        { 'location' : location,
        'command'    : STAFCmd,
        'envCmd'     : STAFCmdEnv,
        'name'       : STAFCmd,
        'path'       : wcBinPath,
        'expectedRC' : expectedRC
        'expectedRC' : 0
        }
      </call>