From 9c5c0741ca005691d5713df782e3e514ceadf8b7 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Fri, 27 Jul 2007 16:41:51 +0000
Subject: [PATCH] Cleaned up some functional ACI tests in light of a partial fix committed for Issue 1473. 

---
 opends/tests/functional-tests/testcases/aci/aci_targattrfilter.xml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/aci/aci_targattrfilter.xml b/opends/tests/functional-tests/testcases/aci/aci_targattrfilter.xml
index 55490a3..fc34bc2 100644
--- a/opends/tests/functional-tests/testcases/aci/aci_targattrfilter.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_targattrfilter.xml
@@ -1184,7 +1184,7 @@
                     'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                     'entryToBeModified'   : '%s/aci/aci_targattrfilter/del_aci.ldif' % logsRemoteDataDir }
                 </call>
-    
+                
                 <call function="'checktestRC'">
                     { 'returncode' : RC ,
                       'result'     : STAXResult }
@@ -1233,6 +1233,7 @@
                 </call>
 
                 <!-- The following operation can be removed when Issue 1473 is fixed. -->
+                <!--
                 <message>
                    'ACI: Targattrfilter: Targattrfilter with mispelled del with add, admin deleting aci'
                 </message>
@@ -1244,7 +1245,7 @@
                     'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                     'entryToBeModified'   : '%s/aci/aci_targattrfilter/del_aci.ldif' % logsRemoteDataDir }
                 </call>
-    
+                -->
                 <call function="'checktestRC'">
                     { 'returncode' : RC ,
                       'result'     : STAXResult }
@@ -1335,6 +1336,7 @@
                 </call>
 
                 <!-- The following operation can be removed when Issue 1473 is fixed. -->
+                <!--
                 <message>
                    'ACI: Targattrfilter: Targattrfilter with extra commas, admin deleting aci'
                 </message>
@@ -1346,7 +1348,7 @@
                     'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                     'entryToBeModified'   : '%s/aci/aci_targattrfilter/del_aci.ldif' % logsRemoteDataDir }
                 </call>
-    
+                -->
                 <call function="'checktestRC'">
                     { 'returncode' : RC ,
                       'result'     : STAXResult }

--
Gitblit v1.10.0