< prev index next >

test/javax/swing/ToolTipManager/7123767/bug7123767.java

Print this page
rev 17561 : 8185500: [TESTBUG] Add keywords headful/printer in java/awt and javax tests.
Summary: Add new keyword 'printer'. Some minor test fixes to show headless exception. Add some @requires windows.

@@ -19,11 +19,11 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-/*
+/**
  * @test
  * @bug      7123767
  *
  * @summary  Check if a tooltip location in Multi-Monitor
  *           configurations is correct.

@@ -32,12 +32,11 @@
  *           Please Use -Dseed=X to set the random generator seed
  *           (if necessary).
  *
  * @author   Vladislav Karnaukhov
  *
- * @key      headful
- * @key      randomness
+ * @key      headful randomness
  *
  * @modules  java.desktop/sun.awt
  * @library  /test/lib
  *
  * @run      main/timeout=300 bug7123767
< prev index next >