On Tue, 25 Aug 2020 14:09:08 GMT, Jeanette Winzenburg <faste...@openjdk.org> wrote:
>> 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 :) Changed name to `testCtrlAWhenSwitchingSelectionMode`, It sounds much better. ------------- PR: https://git.openjdk.java.net/jfx/pull/172