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

boli
10.41.2007 325b2ee4a27d0c24aa0a539f7bd0a8cf24905ff7
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
@@ -180,9 +180,10 @@
    }
    testRoot.mkdirs();
    //db_verify is second jeb backend used by the jeb verify test cases
    //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" };
                                "locks", "logs", "db_rebuild" };
    for (String s : subDirectories)
    {
      new File(testRoot, s).mkdir();