From 309298cce85a5811199358c2147f81045a97e8a4 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Thu, 09 Aug 2007 10:12:56 +0000
Subject: [PATCH] add SUCCESS and ERROR keyword in output file

---
 opends/tests/functional-tests/shared/functions/utils.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/tests/functional-tests/shared/functions/utils.xml b/opends/tests/functional-tests/shared/functions/utils.xml
index 9ee729e..dd96717 100755
--- a/opends/tests/functional-tests/shared/functions/utils.xml
+++ b/opends/tests/functional-tests/shared/functions/utils.xml
@@ -166,16 +166,16 @@
 
       <if expr='re.search(searchre, returnString) != None'>
         <sequence>
-          <tcstatus result="'pass'"/>
+          <tcstatus result="'pass'"/>			
           <message log="1">
-            'Found substring, %s, in the return string' % (expectedString)
+            'SUCCESS :  Found substring, %s, in the return string' % (expectedString)
           </message>
         </sequence>
         <else>
           <sequence>
             <tcstatus result="'fail'"/>
             <message log="1" level="'Error'">
-              'Did not find substring, %s, in the return string, %s' % (expectedString, returnString)
+              'ERROR : Did not find substring, %s, in the return string, %s' % (expectedString, returnString)
             </message>
           </sequence>
         </else>

--
Gitblit v1.10.0