8196443: javax/swing/JList/BasicListTest.java has invalid tag

Reviewed-by: psadhukhan, ssadetsky
This commit is contained in:
Pankaj Bansal 2018-02-02 17:02:45 +05:30
parent 5e9d4e4eaf
commit f2a5dad023

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -22,9 +22,9 @@
*/
/*
* @test
* @bug 8191639
* @headful
* @summary Verifies no NPE is thrown wjen pageup/down is pressed in a JList
* @bug 8191639 8196443
* @key headful
* @summary Verifies no NPE is thrown when pageup/down is pressed in a JList
* @run main BasicListTest
*/