Restore changes from 0332501 (fix class loader test failure)

This commit is contained in:
Dave Syer
2013-12-31 14:35:51 +00:00
parent e00db0de24
commit 4e1245d9ee
3 changed files with 120 additions and 20 deletions

View File

@@ -24,7 +24,6 @@ import java.util.Collections;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.springframework.boot.loader.archive.Archive;
@@ -116,7 +115,6 @@ public class PropertiesLauncherTests {
}
@Test
@Ignore
public void testCustomClassLoaderCreation() throws Exception {
System.setProperty("loader.classLoader", TestLoader.class.getName());
PropertiesLauncher launcher = new PropertiesLauncher();