RFR: 8292353: TableRow vs. TreeTableRow: inconsistent visuals in cell selection mode [v11]

Andy Goryachev angorya at openjdk.org
Wed Sep 21 14:56:36 UTC 2022


On Wed, 21 Sep 2022 06:15:06 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:

>> I don't understand.  It fails for me
>> 
>> 
>> TreeTableRowTest > test_TreeTableView_jdk_8292353_select_all_but_one FAILED
>>     org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
>>         at app//org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
>>         at app//org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:40)
>>         at app//org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:35)
>>         at app//org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:227)
>>         at app//test.javafx.scene.control.TreeTableRowTest.test_TreeTableView_jdk_8292353_select_all_but_one(TreeTableRowTest.java:902)
>> 
>> 
>> command line:
>
> A clean build and run behaves correctly. This test fails without code changes and passes with them.
> Sorry for the confusion!

Thank you, Ajit!

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

PR: https://git.openjdk.org/jfx/pull/875


More information about the openjfx-dev mailing list