fixed bug related to annotation driven formatting

This commit is contained in:
Keith Donald
2009-11-04 23:12:24 +00:00
parent ff39bc376f
commit 8a15486de3
3 changed files with 9 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ import org.joda.time.LocalDateTime;
import org.joda.time.LocalTime;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.MutablePropertyValues;
import org.springframework.context.i18n.LocaleContextHolder;
@@ -60,7 +59,6 @@ public class JodaTimeFormattingTests {
}
@Test
@Ignore
public void testBindLocalDateAnnotated() {
MutablePropertyValues propertyValues = new MutablePropertyValues();
propertyValues.addPropertyValue("localDateAnnotated", "Oct 31, 2009");