From 2405848c4ccb0f35d65b7e14d7df8c54660e6343 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 5 Nov 2009 05:21:19 +0000 Subject: [PATCH] comment on ignored test --- .../ui/format/jodatime/JodaTimeFormattingTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/org.springframework.context/src/test/java/org/springframework/ui/format/jodatime/JodaTimeFormattingTests.java b/org.springframework.context/src/test/java/org/springframework/ui/format/jodatime/JodaTimeFormattingTests.java index b665185561..504c40a385 100644 --- a/org.springframework.context/src/test/java/org/springframework/ui/format/jodatime/JodaTimeFormattingTests.java +++ b/org.springframework.context/src/test/java/org/springframework/ui/format/jodatime/JodaTimeFormattingTests.java @@ -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()); -- GitLab