On Wed, 15 Nov 2023 18:10:28 GMT, Marius Hanl <mh...@openjdk.org> wrote:

>> brunesto has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   inlined
>
> modules/javafx.controls/src/test/java/test/javafx/scene/control/DatePickerTest.java
>  line 765:
> 
>> 763:         // check that value remains unchanged, and text is reverted
>> 764:         assertEquals(LocalDate.of(2015, 03, 25),datePicker.getValue());
>> 765:         assertEquals("3/25/2015",datePicker.getEditor().getText());
> 
> Minor: A space after comma is missing

ok, I have committed the changes in the test class

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1274#discussion_r1394636485

Reply via email to