LocalDateTimeStringConverterTest failing
Scott Palmer
swpalmer at gmail.com
Mon Sep 16 18:24:41 UTC 2019
I was looking into working on an issue but before I got very far I ran into
this test failing. I'm building on macOS.
I've tried with OpenJDK 11.0.2 and OpenJDK 12.0.2.
gradle :base:test
results in:
> Task :base:test
test.javafx.util.converter.LocalDateTimeStringConverterTest >
toString_to_fromString_testRoundtrip[0] FAILED
java.time.format.DateTimeParseException: Text '1985-01-12, 12:34 p.m.'
could not be parsed, unparsed text found at index 19
at
java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2049)
at
java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1874)
at
javafx.base/javafx.util.converter.LocalDateTimeStringConverter$LdtConverter.fromString(LocalDateTimeStringConverter.java:208)
at
javafx.base/javafx.util.converter.LocalDateTimeStringConverter.fromString(LocalDateTimeStringConverter.java:159)
at
test.javafx.util.converter.LocalDateTimeStringConverterTest.toString_to_fromString_testRoundtrip(LocalDateTimeStringConverterTest.java:131)
5209 tests completed, 1 failed, 27 skipped
What am I missing?
Regards,
Scott
More information about the openjfx-dev
mailing list