// DERBY-2162: Only run this test case on platforms that support
// the URLClassLoader.close() method. Otherwise, we won't be able
// to delete the jar file afterwards.
if (ClasspathSetup.supportsClose()) {
suite.addTest(new ClasspathSetup(
new DatabaseClassLoadingTest("testDatabaseInClasspath"),
SupportFilesSetup.getReadOnlyURL("dclt.jar")));
}
// No security manager because the test uses getClass().getClassLoader()