Browse Source

removed ignored test now that convert system has been revised

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1950 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
d73d226a53
  1. 1
      org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/annotation/ServletAnnotationControllerTests.java

1
org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/annotation/ServletAnnotationControllerTests.java

@ -459,7 +459,6 @@ public class ServletAnnotationControllerTests { @@ -459,7 +459,6 @@ public class ServletAnnotationControllerTests {
}
@Test
@Ignore
public void commandProvidingFormControllerWithFormatter() throws Exception {
@SuppressWarnings("serial") DispatcherServlet servlet = new DispatcherServlet() {
@Override

Loading…
Cancel
Save