From 60911c19f101389f14cd7ef83d943e75269903be Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Fri, 07 Sep 2007 13:46:39 +0000
Subject: [PATCH] limit the search in isAlive function to dn
---
opends/tests/functional-tests/shared/functions/utils.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/utils.xml b/opends/tests/functional-tests/shared/functions/utils.xml
index 319c863..01a84e8 100755
--- a/opends/tests/functional-tests/shared/functions/utils.xml
+++ b/opends/tests/functional-tests/shared/functions/utils.xml
@@ -441,6 +441,7 @@
'dsScope' : 'base' ,
'dsBaseDN' : 'cn=config' ,
'dsFilter' : 'objectclass=*' ,
+ 'attributes' : 'dn',
'expectedRC' : 'noCheck'
}
</call>
--
Gitblit v1.10.0