Polish "Allow ClassPathResources to be filtered by FilteredClassLoader"

Closes gh-14774
This commit is contained in:
Stephane Nicoll
2018-10-12 15:23:21 +02:00
parent d3ca1a7b0e
commit baf83aec0d
3 changed files with 26 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
public class FilteredClassLoaderTests {
private static ClassPathResource TEST_RESOURCE = new ClassPathResource(
"org/springframework/boot/test/context/FilteredClassLoaderTestResource.txt");
"org/springframework/boot/test/context/FilteredClassLoaderTestsResource.txt");
@Test
public void loadClassWhenFilteredOnPackageShouldThrowClassNotFound()