From 078cc0cc2fee9a83b8b153c12078842303291b90 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 09 Jul 2007 12:49:08 +0000
Subject: [PATCH] add noCheck wildcard for searchObject()

---
 opends/tests/functional-tests/shared/functions/utils.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/shared/functions/utils.xml b/opends/tests/functional-tests/shared/functions/utils.xml
index 8503233..2ab6a0e 100755
--- a/opends/tests/functional-tests/shared/functions/utils.xml
+++ b/opends/tests/functional-tests/shared/functions/utils.xml
@@ -341,7 +341,8 @@
               'dsInstancePswd' : mypswd ,
               'dsScope'        : 'base' ,
               'dsBaseDN'       : 'cn=config' ,
-              'dsFilter'	   : 'objectclass=*'
+              'dsFilter'       : 'objectclass=*' ,
+              'expectedRC'     : 'noCheck'
             }
           </call>
 

--
Gitblit v1.10.0