提交 9da71f70 编写于 作者: J jgodinez

8012381: [macosx]Unable to print out the defined page for...

8012381: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest
Reviewed-by: jchen, prr
上级 2a081a4b
......@@ -1023,6 +1023,13 @@ public class IPPPrintService implements PrintService, SunPrinterJobService {
// this is already supported in UnixPrintJob
catList.add(Destination.class);
// It is unfortunate that CUPS doesn't provide a way to query
// if printer supports collation but since most printers
// now supports collation and that most OS has a way
// of setting it, it is a safe assumption to just always
// include SheetCollate as supported attribute.
catList.add(SheetCollate.class);
}
// With the assumption that Chromaticity is equivalent to
......
......@@ -23,7 +23,7 @@
/**
* @test
* @bug 6362683
* @bug 6362683 8012381
* @summary Collation should work.
* @run main/manual Collate2DPrintingTest
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册