From dee9cf528184332223d61b71d88f02a59adc0552 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

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

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