Browse Source

removed ignored test now that convert system has been revised

pull/23217/head
Keith Donald 15 years ago
parent
commit
5bae005366
  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