From da490175ce26579ed32c6d5db82fdf2c90183841 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 28 Apr 2008 15:54:27 +0000
Subject: [PATCH] update restartDs client following new modifications

---
 opends/tests/system-tests/clients/restartDs/restartDs.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/opends/tests/system-tests/clients/restartDs/restartDs.xml b/opends/tests/system-tests/clients/restartDs/restartDs.xml
index 61327e8..b12363d 100755
--- a/opends/tests/system-tests/clients/restartDs/restartDs.xml
+++ b/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>

--
Gitblit v1.10.0