From 8dde4352e417b4fc6129b2827181de8041842d14 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Tue, 24 Jun 2008 09:59:42 +0000
Subject: [PATCH] QA: System Test: code cleanup, upgrade scheluder report section

---
 opendj-sdk/opends/tests/system-tests/phases/shared/functions/ldap.xml |   64 ++++++++++++++++---------------
 1 files changed, 33 insertions(+), 31 deletions(-)

diff --git a/opendj-sdk/opends/tests/system-tests/phases/shared/functions/ldap.xml b/opendj-sdk/opends/tests/system-tests/phases/shared/functions/ldap.xml
index 8ced8cf..9fd322a 100755
--- a/opendj-sdk/opends/tests/system-tests/phases/shared/functions/ldap.xml
+++ b/opendj-sdk/opends/tests/system-tests/phases/shared/functions/ldap.xml
@@ -1077,43 +1077,43 @@
         </function-arg-description>
         <function-arg-property name="type" value="hostname"/>
       </function-arg-def>
-    
+      
       <function-arg-def name="dsPath" type="required"> 
         <function-arg-description>
           Pathname to installation root
         </function-arg-description>
         <function-arg-property name="type" value="filepath"/>
       </function-arg-def>
-    
+      
       <function-arg-def name="dsInstanceHost" type="required">
         <function-arg-description>
           Directory server hostname or IP address
         </function-arg-description>
-    <function-arg-property name="type" value="hostname"/>
-      </function-arg-def>      
-    
+      <function-arg-property name="type" value="hostname"/>
+      </function-arg-def>
+      
       <function-arg-def name="dsInstancePort" type="required">
         <function-arg-description>
           Directory server port number
         </function-arg-description>      
         <function-arg-property name="type" value="Port number"/>
       </function-arg-def>
-    
+      
       <function-arg-def name="dsInstanceDn" type="required">
         <function-arg-description>
           Bind DN
         </function-arg-description>
         <function-arg-property name="type" value="DN"/>
       </function-arg-def> 
-    
+      
       <function-arg-def name="dsInstancePswd" type="required">
         <function-arg-description>
           Bind password
         </function-arg-description>
         <function-arg-property name="type" value="string"/>
       </function-arg-def>          
-    
-     <function-arg-def name="DNToModify" type="required">
+      
+      <function-arg-def name="DNToModify" type="required">
         <function-arg-description>
           DN to modify
         </function-arg-description>
@@ -1126,47 +1126,49 @@
         </function-arg-description>
         <function-arg-property name="type" value="string"/>
       </function-arg-def>
-    
-     <function-arg-def name="newAttributeValue" type="optional">
+      
+      <function-arg-def name="newAttributeValue" type="optional">
         <function-arg-description>
           New Attribute Value
         </function-arg-description>
         <function-arg-property name="type" value="string"/>
       </function-arg-def>
       
-     <function-arg-def name="listAttributes" type="optional" default="' '">
-       <function-arg-description>
-         List of attributes name and value to modify. The format is name:value
-       </function-arg-description>
-       <function-arg-property name="type" value="string"/>       
-     </function-arg-def>
-    
-    <function-arg-def name="changetype" type="required">
+      <function-arg-def name="listAttributes" type="optional" default="' '">
+        <function-arg-description>
+          List of attributes name and value to modify. The format is name:value
+        </function-arg-description>
+        <function-arg-property name="type" value="string"/>       
+      </function-arg-def>
+      
+      <function-arg-def name="changetype" type="required">
         <function-arg-description>
           Type of modification, can be delete, add, replace
         </function-arg-description>
         <function-arg-property name="type" value="string"/>
-    </function-arg-def>
-   
-    <function-arg-def name="suppressTestStatus" type="optional" default="0">
+      </function-arg-def>
+      
+      <function-arg-def name="suppressTestStatus" type="optional" default="0">
         <function-arg-description>
           Supress the call to checkTestRC
         </function-arg-description>
         <function-arg-property name="type" value="string"/>
-    </function-arg-def>
-
-    <function-arg-def name="expectedRC" type="optional" default="0">
-      <function-arg-description>
-        Expected return code value. Default value is 0
-        Wildcard 'noCheck' to not check the RC
-      </function-arg-description>
-      <function-arg-property name="type" value="string"/>
-    </function-arg-def>      
+      </function-arg-def>
+      
+      <function-arg-def name="expectedRC" type="optional" default="0">
+        <function-arg-description>
+          Expected return code value. Default value is 0
+          Wildcard 'noCheck' to not check the RC
+        </function-arg-description>
+        <function-arg-property name="type" value="string"/>
+      </function-arg-def>
+      
       <function-arg-def name="fileFd" type="required">
         <function-arg-description>
           Name of output file descriptor
         </function-arg-description>
       </function-arg-def>
+    
     </function-map-args>
     <sequence>
     

--
Gitblit v1.10.0