On Tue, 25 Aug 2020 13:54:14 GMT, Jeanette Winzenburg <faste...@openjdk.org> wrote:
>> Ambarish Rapte has updated the pull request incrementally with one >> additional commit since the last revision: >> >> change approach from removing to excluding > > modules/javafx.controls/src/test/java/test/javafx/scene/control/ListViewTest.java > line 1509: > >> 1508: >> 1509: @Test public void test_switchingSelectionMode() { >> 1510: ListView<String> listView = new ListView<>(); > > same as naming suggestion to the other Switching test above if you prefer not to, the capitalizing should be consistent - here it's test_switch, above it's test_Switch :) ------------- PR: https://git.openjdk.java.net/jfx/pull/172