From b55e087d78a5164149257f0c3c157452961013f5 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Mon, 20 Aug 2007 15:16:35 +0000
Subject: [PATCH] rename functioh testPassed and testFailed 

---
 opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml
index c143f9a..8a91f0f 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml
+++ b/opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml
@@ -140,10 +140,10 @@
   </function>
 
 	
-<!-- testisPASS  -->
+<!-- testPassed  -->
 <!-- Set the test status to PASS -->	 
 	
- <function name="testIsPASS">
+ <function name="testPassed">
     <function-prolog>
       This function set the status of the tests: PASS
     </function-prolog>
@@ -155,10 +155,10 @@
  </function>
 		
 
-<!-- testisFAIL -->
+<!-- testFailed -->
 <!-- Set the test status to  FAIL -->	 
 	
- <function name="testIsFAIL">
+ <function name="testFailed">
     <function-prolog>
       This function set the status of the tests: FAIL
     </function-prolog>

--
Gitblit v1.10.0