From 89e202844bf0bd442199b459d8550e98e509d9f7 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Mon, 16 Oct 2006 19:38:46 +0000
Subject: [PATCH] This commit and revision 590 are to make the clearBackend method more general purpose. Also, create a directory to hold new db for verify test cases.

---
 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 a839281..2494e27 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
@@ -141,7 +141,7 @@
       deleteDirectory(testRoot);
     }
     testRoot.mkdirs();
-
+    //db_verify is second jeb backend used by the jeb verify test cases
     String[] subDirectories = { "bak", "bin", "changelogDb", "classes",
                                 "config", "db", "db_verify", "ldif", "lib", 
                                 "locks", "logs" };

--
Gitblit v1.10.0