LOGGER.debug("Removing pre-existing tile cache for test image");
}
if (!FileUtils.delete(ptObj)) {
fail("Unable to delete test image's tile cache: " + ptObj);
} else if (!ptObj.mkdirs()) {
fail("Unable to create test image's pairtree directory: " + ptObj);
}
}
if (LOGGER.isDebugEnabled()) {