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

andrug
28.54.2008 da490175ce26579ed32c6d5db82fdf2c90183841
update restartDs client following new modifications
1 files modified
6 ■■■■■ changed files
opends/tests/system-tests/clients/restartDs/restartDs.xml 6 ●●●●● patch | view | raw | blame | history
opends/tests/system-tests/clients/restartDs/restartDs.xml
@@ -42,6 +42,8 @@
      </function-arg-def>
      <function-arg-def name="duration" type="required">
      </function-arg-def>
      <function-arg-def name="suffix" type="required">
      </function-arg-def>
      <function-arg-def name="fileFd" type="required">
      </function-arg-def>
    </function-map-args>
@@ -97,7 +99,7 @@
            }
          </call>
          <script>
            errNum += STAXResult[0][0]
            errNum += STAXResult[0]
          </script>
          
          <!-- ==== Start DS ==== -->
@@ -109,7 +111,7 @@
            }
          </call>
          <script>
            errNum += STAXResult[0][0]
            errNum += STAXResult[0]
          </script>
          
        </sequence>