Browse Source

Clean up warnings in spring-test

pull/1099/head
Sam Brannen 10 years ago
parent
commit
045c678622
  1. 1
      spring-test/src/test/java/org/springframework/test/context/web/AnnotationConfigWebContextLoaderTests.java

1
spring-test/src/test/java/org/springframework/test/context/web/AnnotationConfigWebContextLoaderTests.java

@ -38,7 +38,6 @@ public class AnnotationConfigWebContextLoaderTests { @@ -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…
Cancel
Save