From 922224c5dfa01dabbb232a49f2c36d1d4380d2e9 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Fri, 27 Apr 2007 21:17:23 +0000
Subject: [PATCH] Since issue 1531 was fixed, two testcases no longer had to clean up after themselves.
---
opends/tests/functional-tests/testcases/aci/aci_targetfilter.xml | 38 --------------------------------------
1 files changed, 0 insertions(+), 38 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/aci/aci_targetfilter.xml b/opends/tests/functional-tests/testcases/aci/aci_targetfilter.xml
index 238d85d..d707f51 100755
--- a/opends/tests/functional-tests/testcases/aci/aci_targetfilter.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_targetfilter.xml
@@ -3087,24 +3087,6 @@
'testString' : 'dn: uid=dmiller,ou=People,ou=aci branch,o=ACI Tests' }
</call>
- <!-- The following operation can be removed when Issue 1531 is fixed. -->
- <message>
- 'ACI: Targattrfilter: Targattrfilter with mispelled del with add, admin deleting aci'
- </message>
-
- <call function="'modifyEntry'">
- { 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST ,
- 'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
- 'dsInstanceDn' : DIRECTORY_INSTANCE_DN ,
- 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD ,
- 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % STAGED_DATA_DIR }
- </call>
-
- <call function="'checktestRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult }
- </call>
-
<call function="'testCase_Postamble'"/>
</sequence>
@@ -3174,26 +3156,6 @@
'testString' : 'dn: uid=dmiller,ou=People,ou=aci branch,o=ACI Tests' }
</call>
- <!-- The following operation can be removed when Issue 1531 is fixed. -->
- <message>
- 'ACI: Targattrfilter: Targattrfilter with mispelled del with add, admin deleting aci'
- </message>
-
- <call function="'modifyEntry'">
- { 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST ,
- 'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
- 'dsInstanceDn' : DIRECTORY_INSTANCE_DN ,
- 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD ,
- 'entryToBeModified' : '%s/aci/aci_targetfilter/del_aci.ldif' % STAGED_DATA_DIR }
- </call>
-
- <call function="'checktestRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult }
- </call>
-
- <call function="'testCase_Postamble'"/>
-
<call function="'testCase_Postamble'"/>
</sequence>
--
Gitblit v1.10.0