From b6644c452624e2de72d7ddf37b1603de887a26a0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 21 Jan 2008 12:10:39 +0000
Subject: [PATCH] Fix issues 2831 and 1948.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java | 9 +++++----
1 files changed, 5 insertions(+), 4 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 6f6c32a..0f0f32b 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
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Portions Copyright 2006-2007 Sun Microsystems, Inc.
+ * Portions Copyright 2006-2008 Sun Microsystems, Inc.
*/
package org.opends.server;
@@ -235,9 +235,10 @@
//db_unindexed is the forth backend used by the unindexed search privilege
//test cases
String[] subDirectories = { "bak", "bin", "changelogDb", "classes",
- "config", "db", "db_verify", "ldif", "lib",
- "locks", "logs", "db_rebuild", "db_unindexed",
- "db_index_test", "db_import_test"};
+ "config", "db", "import-tmp", "db_verify",
+ "ldif", "lib", "locks", "logs", "db_rebuild",
+ "db_unindexed", "db_index_test",
+ "db_import_test"};
for (String s : subDirectories)
{
new File(testRoot, s).mkdir();
--
Gitblit v1.10.0