On Fri, 26 Nov 2021 12:54:59 GMT, yosbits <d...@openjdk.java.net> wrote:
>> Abhinay Agarwal has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove duplicate entry for test data > > tests/manual/controls/SelectListViewTest.java line 18: > >> 16: // final int ROW_COUNT = 10_000_000; >> 17: // final int ROW_COUNT = 7_000; >> 18: > > There is a duplication of the number of test data. > > My test is below. > > ``` Java > public class SelectListViewTest extends Application { > final int ROW_COUNT = 70_000; > // final int ROW_COUNT = 400_000; > // final int ROW_COUNT = 10_000_000; > // final int ROW_COUNT = 7_000; Thanks. I have fixed this. ------------- PR: https://git.openjdk.java.net/jfx/pull/673