fail("test.implementation.loading.support.Trivial is already visible");
}
catch (ClassNotFoundException expected) {}
// Add the URL to the repository twice
RepositoryClassLoader ucl1 = lr.newClassLoader(url, true);
RepositoryClassLoader ucl2 = lr.newClassLoader(url, true);
// Should be able to load the class
lr.loadClass("test.implementation.loading.support.Trivial");