From 35b7b655f3a80e54a734bc3df6e2c71cade42ecb Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Wed, 02 May 2007 00:34:04 +0000
Subject: [PATCH] Added privileges support for unindexed searches. Fixed issue where id2subtree and id2children indexes were not used when they should be.  Added test cases for the unindexed search privilege.

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
index eecfbf9..6c13eb8 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
@@ -190,7 +190,7 @@
     //db_rebuild is the third jeb backend used by the jeb rebuild test cases
     String[] subDirectories = { "bak", "bin", "changelogDb", "classes",
                                 "config", "db", "db_verify", "ldif", "lib",
-                                "locks", "logs", "db_rebuild",
+                                "locks", "logs", "db_rebuild", "db_unindexed",
                                 "db_index_test" };
     for (String s : subDirectories)
     {

--
Gitblit v1.10.0