On Wed, 1 Mar 2023 13:57:46 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Karthik P K has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Address review comments > > tests/system/src/test/java/test/robot/javafx/scene/ChoiceBoxScrollUpOnCollectionChangeTest.java > line 73: > >> 71: public class ChoiceBoxScrollUpOnCollectionChangeTest { >> 72: static CountDownLatch startupLatch = new CountDownLatch(1); >> 73: static CountDownLatch scrollLatch = new CountDownLatch(1); > > Minor: unused field can be removed Used this latch now while stabilizing the test ------------- PR: https://git.openjdk.org/jfx/pull/1039