RFR: 8341170: Open source several Choice related tests (part 2)
Phil Race
prr at openjdk.org
Fri Oct 4 17:30:45 UTC 2024
On Thu, 3 Oct 2024 20:44:56 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
> Clean up and iopen source five more regression tests related to the java.awt.Choice component.
test/jdk/java/awt/Choice/ChoiceDragEventsInside/ChoiceDragEventsInside.java line 94:
> 92: });
> 93: testDragInsideChoice(InputEvent.BUTTON1_MASK);
> 94: // testDragInsideChoiceWhileUnfurled(InputEvent.BUTTON1_MASK);
Why is this commented out line present ?
Should it be uncommented ?
Otherwise why do you have a method definition of this otherwise uncalled method ?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21334#discussion_r1788046954
More information about the client-libs-dev
mailing list