< prev index next >

test/jdk/java/awt/print/PrinterJob/SameService.java

Print this page
rev 55889 : 8229023: make java/awt/print/PrinterJob/SameService.java Windows-only

*** 1,7 **** /* ! * Copyright (c) 2007, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2007, 2019, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 23,32 **** --- 23,33 ---- /** * @test * @bug 6446094 * @summary Don't re-create print services. + * @requires (os.family == "windows") * @run main SameService */ import java.awt.*; import java.awt.print.*;
< prev index next >