mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
16.38.2006 7872aef31086df9dedb28baadd13d338553ae937
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.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/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" };