From 8dd06cae3e53b7d1711bc28b9696cbb3414a76af Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 03 Mar 2008 18:23:21 +0000
Subject: [PATCH] fix core/controls: Search with Directory Manager

---
 opends/tests/functional-tests/testcases/core/controls/core_ctrls_authorization_id.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/core/controls/core_ctrls_authorization_id.xml b/opends/tests/functional-tests/testcases/core/controls/core_ctrls_authorization_id.xml
index 024bb48..37fc025 100644
--- a/opends/tests/functional-tests/testcases/core/controls/core_ctrls_authorization_id.xml
+++ b/opends/tests/functional-tests/testcases/core/controls/core_ctrls_authorization_id.xml
@@ -90,7 +90,7 @@
               <!-- ========== -->
               <script>
                 string1 = '# Bound with authorization ID dn:'
-                string2 = '%s,cn=Root DNs,cn=config' % DIRECTORY_INSTANCE_DN
+                string2 = 'cn=Directory Manager,cn=Root DNs,cn=config'
                 string2find = '%s%s' % (string1, string2)
               </script>
               <call function="'CheckMatches'">

--
Gitblit v1.10.0