From 14bd26682cf3823b98cfef460ef1ecf4120d2621 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Tue, 06 May 2008 16:40:31 +0000
Subject: [PATCH] doing some cleanup

---
 opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml |   42 ++++++++++++++----------------------------
 1 files changed, 14 insertions(+), 28 deletions(-)

diff --git a/opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml b/opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml
index 2058290..cfb3dcb 100755
--- a/opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml
+++ b/opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml
@@ -109,14 +109,10 @@
   <!-- ************************************************************ -->
   <function name="runClients" scope="local">
     <function-map-args>
-      <function-arg-def name="clients" type="required">
-      </function-arg-def>
-      <function-arg-def name="instances" type="required">
-      </function-arg-def>
-      <function-arg-def name="scenario" type="required">
-      </function-arg-def>
-      <function-arg-def name="suffix" type="required">
-      </function-arg-def>
+      <function-arg-def name="clients" type="required"/>
+      <function-arg-def name="instances" type="required"/>
+      <function-arg-def name="scenario" type="required"/>
+      <function-arg-def name="suffix" type="required"/>
     </function-map-args>
     
     <sequence>
@@ -278,16 +274,11 @@
   <!-- ************************************************************ -->
   <function name="runClient" scope="local">
     <function-map-args>
-      <function-arg-def name="client" type="required">
-      </function-arg-def>
-      <function-arg-def name="duration" type="required">
-      </function-arg-def>
-      <function-arg-def name="instances" 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-arg-def name="client" type="required"/>
+      <function-arg-def name="duration" type="required"/>
+      <function-arg-def name="instances" type="required"/>
+      <function-arg-def name="suffix" type="required"/>
+      <function-arg-def name="fileFd" type="required"/>
     </function-map-args>
     
     <sequence>
@@ -579,16 +570,11 @@
   <function name="sleepForDependency" scope="local">
     <function-map-args>
       <function-arg-def name="location" type="optional" 
-                        default="'%s' % STAXServiceMachine">
-      </function-arg-def>
-      <function-arg-def name="client" type="required">
-      </function-arg-def>
-      <function-arg-def name="clients" type="required">
-      </function-arg-def>
-      <function-arg-def name="durationTime" type="required">
-      </function-arg-def>
-      <function-arg-def name="fileFd" type="required">
-      </function-arg-def>
+                        default="'%s' % STAXServiceMachine"/>
+      <function-arg-def name="client" type="required"/>
+      <function-arg-def name="clients" type="required"/>
+      <function-arg-def name="durationTime" type="required"/>
+      <function-arg-def name="fileFd" type="required"/>
     </function-map-args>
     
     <sequence>

--
Gitblit v1.10.0