< prev index next >

test/java/awt/print/PrinterJob/PrtException.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.

*** 18,33 **** * * 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 4429544 ! @summary This test should not throw a printer exception. Test has been modified to correspond with the behavior of 1.5 and above. ! @run main PrtException ! */ import java.awt.*; import java.awt.print.*; import javax.print.*; --- 18,35 ---- * * 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 ! * @key printer ! * @bug 4429544 ! * @summary This test should not throw a printer exception. Test has been modified to correspond with the behavior of 1.5 and above. ! * @run main PrtException ! */ import java.awt.*; import java.awt.print.*; import javax.print.*;
< prev index next >