From 8a7bc9af720061920b949d062f1d9ecfdafa068d Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Tue, 01 May 2007 20:46:08 +0000
Subject: [PATCH] Changed the expected return code for one ACI functional test. When the ** notation is used in an ACI target, it stands for one or more rdn components, not zero or more.

---
 opends/tests/functional-tests/testcases/aci/aci_rdn_wildcards.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/aci/aci_rdn_wildcards.xml b/opends/tests/functional-tests/testcases/aci/aci_rdn_wildcards.xml
index 20b2253..0e1bb1b 100755
--- a/opends/tests/functional-tests/testcases/aci/aci_rdn_wildcards.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_rdn_wildcards.xml
@@ -1330,7 +1330,7 @@
                       'testString'         : 'dn: uid=amiller,ou=branch level one,ou=aci branch,o=RDN Wildcard Tests' }
                 </call>
                 
-                <if expr="returnCode != '0'">
+                <if expr="returnCode != '1'">
                     <tcstatus result="'fail'"/>
                 </if>
     

--
Gitblit v1.10.0