From d6cf3bb9ec7eeec17d063cf994d6d586c51682c1 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Wed, 23 May 2007 16:55:44 +0000
Subject: [PATCH] Modified an ACI functional case based on a new understanding of the expected behavior after Issue 1606 was fixed.

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

diff --git a/opends/tests/functional-tests/testcases/aci/aci_bindtypes.xml b/opends/tests/functional-tests/testcases/aci/aci_bindtypes.xml
index f860b48..5a880e8 100755
--- a/opends/tests/functional-tests/testcases/aci/aci_bindtypes.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_bindtypes.xml
@@ -3101,7 +3101,7 @@
                 #@TestResult                Success if OpenDS returns 0
                                             for all ldap operations, and
                                             and entries is returned only for steps 1, 2, and 3.
-                                            Attribute values returned only for steps 1 and 2.
+                                            Attribute values returned only for steps 1, 2 and 3.
             -->
             <testcase name="'ACI: Bind Types: userattr equals one attr'">
               <sequence>
@@ -3249,7 +3249,7 @@
                       'testString'         : 'cn:' }
                 </call>
                 
-                <if expr="returnCode != '0'">
+                <if expr="returnCode != '1'">
                     <tcstatus result="'fail'"/>
                 </if>
     

--
Gitblit v1.10.0