// Avoiding fastclass in this test, one less thing to worry about
@Test
public void cglibProxiesAcrossLoader1() throws Exception {
binLoader = new SubLoader(new String[] {}, new String[] { "../testdata/lib/cglib-nodep-2.2.jar" });
subLoader = (SubLoader) binLoader;
String t = "subpkg.ProxyTestcase";
ReloadableType proxyTestcaseR = subLoader.loadAsReloadableType(t);