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

---
 opends/tests/system-tests/phases/log/log.xml |   60 ++++++++++++++++++++----------------------------------------
 1 files changed, 20 insertions(+), 40 deletions(-)

diff --git a/opends/tests/system-tests/phases/log/log.xml b/opends/tests/system-tests/phases/log/log.xml
index b41c722..dfb2772 100755
--- a/opends/tests/system-tests/phases/log/log.xml
+++ b/opends/tests/system-tests/phases/log/log.xml
@@ -72,12 +72,9 @@
       'return a log file name'
     </function-prolog>
     <function-map-args>
-      <function-arg-def name="type" type="required">
-      </function-arg-def>
-      <function-arg-def name="object" type="required">
-      </function-arg-def>
-      <function-arg-def name="prefix" type="required">
-      </function-arg-def>
+      <function-arg-def name="type" type="required"/>
+      <function-arg-def name="object" type="required"/>
+      <function-arg-def name="prefix" type="required"/>
     </function-map-args>
     
     <sequence>
@@ -112,10 +109,8 @@
       ''
     </function-prolog>
     <function-map-args>
-      <function-arg-def name="scenario" type="required">
-      </function-arg-def>
-      <function-arg-def name="fileFd" type="required">
-      </function-arg-def>
+      <function-arg-def name="scenario" type="required"/>
+      <function-arg-def name="fileFd" type="required"/>
     </function-map-args>
     <sequence>
       <script>
@@ -179,8 +174,7 @@
           scheduler object
         </function-arg-description>
       </function-arg-def>
-      <function-arg-def name="fileFd" type="required">
-      </function-arg-def>
+      <function-arg-def name="fileFd" type="required"/>
     </function-map-args>
     <sequence>
       <iterate in="scheduler" var="module">
@@ -247,10 +241,8 @@
       ''
     </function-prolog>
     <function-map-args>
-      <function-arg-def name="fileList" type="required">
-      </function-arg-def>
-      <function-arg-def name="fileFd" type="required">
-      </function-arg-def>
+      <function-arg-def name="fileList" type="required"/>
+      <function-arg-def name="fileFd" type="required"/>
     </function-map-args>
     <sequence>
       
@@ -419,16 +411,11 @@
       ''
     </function-prolog>
     <function-map-args>
-      <function-arg-def name="returncode" type="required">
-      </function-arg-def>
-      <function-arg-def name="expected" type="required">
-      </function-arg-def>
-      <function-arg-def name="result" type="required">
-      </function-arg-def>
-      <function-arg-def name="status" type="required">
-      </function-arg-def>
-      <function-arg-def name="fileFd" type="required">
-      </function-arg-def>
+      <function-arg-def name="returncode" type="required"/>
+      <function-arg-def name="expected" type="required"/>
+      <function-arg-def name="result" type="required"/>
+      <function-arg-def name="status" type="required"/>
+      <function-arg-def name="fileFd" type="required"/>
     </function-map-args>
     <sequence>
       <if expr="fileFd == NO_FILE">
@@ -460,8 +447,7 @@
       ''
     </function-prolog>
     <function-map-args>
-      <function-arg-def name="tagName">
-      </function-arg-def>
+      <function-arg-def name="tagName"/>
       <function-arg-def name="fileFd" type="required">
         <function-arg-description>
           file descriptor
@@ -504,8 +490,7 @@
       ''
     </function-prolog>
     <function-map-args>
-      <function-arg-def name="instance" type="required">
-      </function-arg-def>
+      <function-arg-def name="instance" type="required"/>
       <function-arg-def name="fileFd" type="required">
         <function-arg-description>
           file descriptor
@@ -699,8 +684,7 @@
       ''
     </function-prolog>
     <function-map-args>
-      <function-arg-def name="fileFd" type="required">
-      </function-arg-def>
+      <function-arg-def name="fileFd" type="required"/>
     </function-map-args>
     <sequence>
       <if expr="fileFd != NO_FILE">
@@ -719,10 +703,8 @@
       ''
     </function-prolog>
     <function-map-args>
-      <function-arg-def name="nodeName" type="required">
-      </function-arg-def>
-      <function-arg-def name="fileFd" type="required">
-      </function-arg-def>
+      <function-arg-def name="nodeName" type="required"/>
+      <function-arg-def name="fileFd" type="required"/>
     </function-map-args>
     <sequence>
       <if expr="fileFd != NO_FILE">
@@ -740,10 +722,8 @@
       ''
     </function-prolog>
     <function-map-args>
-      <function-arg-def name="nodeName" type="required">
-      </function-arg-def>
-      <function-arg-def name="fileFd" type="required">
-      </function-arg-def>
+      <function-arg-def name="nodeName" type="required"/>
+      <function-arg-def name="fileFd" type="required"/>
     </function-map-args>
     <sequence>
       <if expr="fileFd != NO_FILE">

--
Gitblit v1.10.0