From 427b9d92e570e192b314d2b9744120293f2fd384 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Mon, 28 Jan 2008 13:51:25 +0000
Subject: [PATCH] add header for automated spec generator

---
 opends/tests/functional-tests/testcases/plugins/plugins_refint.xml |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/plugins/plugins_refint.xml b/opends/tests/functional-tests/testcases/plugins/plugins_refint.xml
index e146738..6159df6 100755
--- a/opends/tests/functional-tests/testcases/plugins/plugins_refint.xml
+++ b/opends/tests/functional-tests/testcases/plugins/plugins_refint.xml
@@ -35,7 +35,9 @@
       </script>
       <call function="'testSuite_Preamble'" />
 
-                   
+
+
+      
 <!--
 #@TestMarker       Plugin referential integrity
 #@TestName         Plugin referential integrity
@@ -692,24 +694,24 @@
           'dsFilter'         : 'objectclass=groupOfUniqueNames'	,
           'attributes'       : 'uniquemember',
           'expectedRC'	     :  0 }
-    </call>  		
-    
+    </call>
+
     <script>
       returnString = STAXResult[0][1]
     </script>
-    <message>'The references to the delete user must be still present ' </message>    
+    <message>'The references to the delete user must be still present ' </message>
     <call function="'searchStringForSubstring'">
       { 'returnString'	   : returnString ,
          'testString'	   : 'user07',
          'expectedResult'  : '1' }
-    </call>                
-    
+    </call>
+
     <call function="'testCase_Postamble'"/>
   </sequence>
  </testcase>
-                                                     
+
  <call function="'testSuite_Postamble'" />
  </sequence>
- </block>      
+ </block>
 </function>
 </stax>

--
Gitblit v1.10.0