From e50dac79f709df1c181aa0c9a347886d06ea3180 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Tue, 29 May 2007 17:08:25 +0000
Subject: [PATCH] Changed the expected behavior for one functional test case based on new behavior from a commit in revision 1918 for Issue 1622.

---
 opendj-sdk/opends/tests/functional-tests/testcases/aci/multiple_aci_tests.xml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/aci/multiple_aci_tests.xml b/opendj-sdk/opends/tests/functional-tests/testcases/aci/multiple_aci_tests.xml
index 70399b0..f4e2ff2 100644
--- a/opendj-sdk/opends/tests/functional-tests/testcases/aci/multiple_aci_tests.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/aci/multiple_aci_tests.xml
@@ -2439,7 +2439,7 @@
               #@TestPostamble             none 
               #@TestResult                Success if OpenDS returns 0
                                           for all ldap operations. 
-                                          Entry is returned only for step 2 
+                                          Entries are returned only for steps 1 and 2 
                                           and only with the appropriate attributes.
           -->
         <!-- cross reference to http://docs.sun.com/source/816-6698-10/aci.html -->
@@ -2492,6 +2492,15 @@
                     'testString'         : 'dn: uid=dmiller,ou=People,ou=aci branch,o=Search Tests,o=ACI Tests' }
               </call>
               
+              <if expr="returnCode != '1'">
+                  <tcstatus result="'fail'"/>
+              </if>
+  
+              <call function="'searchStringForSubstring'">
+                  { 'returnString'       : returnString ,
+                    'testString'         : 'roomnumber:' }
+              </call>
+              
               <if expr="returnCode != '0'">
                   <tcstatus result="'fail'"/>
               </if>

--
Gitblit v1.10.0