8196443: javax/swing/JList/BasicListTest.java has invalid tag
authorpbansal
Fri, 02 Feb 2018 17:02:45 +0530
changeset 48734 e8e8391f7a1a
parent 48733 8850bd195bbd
child 48735 7c63eefd620a
8196443: javax/swing/JList/BasicListTest.java has invalid tag Reviewed-by: psadhukhan, ssadetsky
test/jdk/javax/swing/JList/BasicListTest.java
--- a/test/jdk/javax/swing/JList/BasicListTest.java	Thu Feb 01 16:38:25 2018 +0530
+++ b/test/jdk/javax/swing/JList/BasicListTest.java	Fri Feb 02 17:02:45 2018 +0530
@@ -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
  */