mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-14 20:35:09 +00:00
8251187: Mark BasicComboNPE regression test as headful
Reviewed-by: prr
This commit is contained in:
parent
c32923e06f
commit
2c00d740d4
@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
/* @test
|
||||
@key headful
|
||||
@bug 6709913
|
||||
@summary Verifies BasicComboBoxUI.isPopupVisible does not return NPE
|
||||
@run main BasicComboNPE
|
||||
@ -52,7 +53,7 @@ public class BasicComboNPE extends JComboBox
|
||||
@Override
|
||||
public ComboBoxModel getModel()
|
||||
{
|
||||
setPopupVisible(true);
|
||||
setPopupVisible(false);
|
||||
isPopupVisible();
|
||||
return super.getModel();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user