On Tue, 12 Jul 2022 23:14:17 GMT, Jose Pereda <jper...@openjdk.org> wrote:
>> Ambarish Rapte has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review comment: correct test name > > modules/javafx.controls/src/test/java/test/javafx/scene/control/TreeTableViewTest.java > line 789: > >> 787: } >> 788: >> 789: @Test public void testSetSortOrderretainsWhenRootHasNoChildren() { > > Minor, fix the camel case: `testSetSortOrderRetainsWhenRootHasNoChildren` Thanks, it is corrected now. ------------- PR: https://git.openjdk.org/jfx/pull/825