comment on ignored test

This commit is contained in:
Keith Donald 2009-11-05 05:21:19 +00:00
parent ba0f1da96f
commit 2405848c4c
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ public class JodaTimeFormattingTests {
public void testBindDateTime() {
MutablePropertyValues propertyValues = new MutablePropertyValues();
propertyValues.addPropertyValue("dateTime", "10/31/09 12:00 PM");
// this doesn't work because the String->ReadableInstant converter doesn't match due to String->@DateTimeFormat DateTime Matchable taking precedence
binder.bind(propertyValues);
System.out.println(binder.getBindingResult());
assertEquals(0, binder.getBindingResult().getErrorCount());