Merge pull request #5673 from izeye/patch-50

* patch-50:
  Remove a test doing nothing
This commit is contained in:
Phillip Webb 2016-04-12 22:47:37 -07:00
commit bf1fcfc852
1 changed files with 1 additions and 5 deletions

View File

@ -78,10 +78,6 @@ public class FilterAnnotationsTests {
assertThat(match(filterAnnotations, ExampleWithoutAnnotation.class)).isTrue();
}
@Test
public void anyMatches() throws Exception {
}
private FilterAnnotations get(Class<?> type) {
Filters filters = AnnotatedElementUtils.getMergedAnnotation(type, Filters.class);
return new FilterAnnotations(getClass().getClassLoader(), filters.value());