From 53b437ff596a542b1bccdc7bd8cf3d28d237c504 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 29 Apr 2009 12:56:21 +0000
Subject: [PATCH] aci functional tests now accept 21 (Invalid Attribute Syntax) not 50

---
 opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_target.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_target.xml b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_target.xml
index 09b99b4..5ced9b8 100755
--- a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_target.xml
+++ b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_target.xml
@@ -1080,7 +1080,7 @@
                     'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                     'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                     'entryToBeModified'   : '%s/aci/aci_target/%s' % (remote.data,curr_aci_ldif_file) ,
-                    'expectedRC'       : 50
+                    'expectedRC'       : 21
                 }
                 </call>
     
@@ -1118,7 +1118,7 @@
                 #@TestMarker                ACI Target Tests
                 #@TestName                  Target set to a dn below the entry
                 #@TestIssue                 434
-                #@TestPurpose               Test if the target can contain a DN above the
+                #@TestPurpose               Test if the target can contain a DN below the
                                             level of the entry
                 #@TestPreamble              none
                 #@TestStep                  Client adds an aci to its entry

--
Gitblit v1.10.0