jdk/test/javax/print/PrintSEUmlauts/PrintSEUmlauts.java
changeset 32281 99ae1f6dd69b
parent 28983 432867ba1a45
child 34692 cfb24ebd8fb2
equal deleted inserted replaced
32280:2a6b0db67f5e 32281:99ae1f6dd69b
    83         job.print(doc, new HashPrintRequestAttributeSet());
    83         job.print(doc, new HashPrintRequestAttributeSet());
    84     }
    84     }
    85 
    85 
    86     private static final boolean DEBUG = false;
    86     private static final boolean DEBUG = false;
    87     private static void testPrintAndExit() {
    87     private static void testPrintAndExit() {
    88         String expected = "<e4> 7.44 100.0 100.0 S";
    88         String expected = "<e4>";
    89         String content = "";
    89         String content = "";
    90 
    90 
    91         File file = new File("out.ps");
    91         File file = new File("out.ps");
    92         if (!DEBUG) {
    92         if (!DEBUG) {
    93             file.deleteOnExit();
    93             file.deleteOnExit();