Clean up warnings in spring-test
This commit is contained in:
@@ -38,7 +38,6 @@ public class AnnotationConfigWebContextLoaderTests {
|
||||
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("deprecation")
|
||||
public void configMustNotContainLocations() throws Exception {
|
||||
expectedException.expect(IllegalStateException.class);
|
||||
expectedException.expectMessage(containsString("does not support resource locations"));
|
||||
|
||||
Reference in New Issue
Block a user