-
Bug
-
Resolution: Unresolved
-
P4
-
21
The java/awt/event/ComponentEvent/ComponentItemEventTest.java test has a scenario which tests that selecting another item from Choice popup sends ItemEvent. This scenario is covered by java/awt/Choice/SelectItem/SelectNewItemTest.java, or previously by java/awt/Choice/SelectNewItemTest/SelectNewItemTest.java.
To avoid testing the same scenario twice, remove Choice scenario from the test ComponentItemEventTest.java.
ComponentItemEventTest.java should be moved into Checkbox folder.
To avoid testing the same scenario twice, remove Choice scenario from the test ComponentItemEventTest.java.
ComponentItemEventTest.java should be moved into Checkbox folder.
- relates to
-
JDK-8332901 Select{Current,New}ItemTest.java for Choice don't open popup on macOS
- Resolved
-
JDK-8299296 Write a test to verify the components selection sends ItemEvent
- Resolved