From 99d8b8601f0532ef2411774ddcb3a26c2f22098f Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Fri, 01 Jun 2007 14:25:19 +0000
Subject: [PATCH] Changed expected result for the "onelevel" test case based on the explanation given in Issue 1743.

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

diff --git a/opends/tests/functional-tests/testcases/aci/aci_targetscope.xml b/opends/tests/functional-tests/testcases/aci/aci_targetscope.xml
index 41205a2..eeafee0 100755
--- a/opends/tests/functional-tests/testcases/aci/aci_targetscope.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_targetscope.xml
@@ -341,8 +341,7 @@
                 #@TestPostamble             none
                 #@TestResult                Success if OpenDS returns 0
                                             for all ldap operations.
-                                            Parent and child entries are returned in step 1.
-                                            Child entry is returned in step 2.
+                                            Child entry are returned in steps 1 and 2.
             -->
             <testcase name="'ACI: Targetscope: onelevel'">
               <sequence>
@@ -393,7 +392,7 @@
                       'testString'         : 'dn: uid=dmiller,ou=People,ou=aci branch,o=Targetscope Tests,o=ACI Tests' }
                 </call>
                 
-                <if expr="returnCode != '1'">
+                <if expr="returnCode != '0'">
                     <tcstatus result="'fail'"/>
                 </if>
     

--
Gitblit v1.10.0