Clean up warnings in spring-test
This commit is contained in:
parent
00d2606b00
commit
045c678622
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue