JDK-6868587 : J2SE_2D_Reg:The order of copies is not collated correctly.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_7
  • CPU: x86
  • Submitted: 2009-08-05
  • Updated: 2011-03-08
  • Resolved: 2009-09-24
Related Reports
Duplicate :  
Description
case# 2D_Printing/Interactive/PrintDialog_2D/PrintDialog_2D.java
build:jdk7b66
os:windows7-ultimate-x64-7229

#Actual behavior:
The order of copies are not collated correctly.

#Steps to reproduce:
Summary : When  the number of copies are specified the correct number of copies
are printed out in collation ,ie the first set then second
1.Click the button titled ' Native ' in the Frame titled 'TestFrame' the
printDialog comes up
2.set the number of copies as 2 and select the collate option  click the print
button
3.If the number of copies of each page are same as specified
and are collated correctly then Press <Assertion Pass> 
else press <Assertion Fail> on the Instruction Dialog.

#Validation
The following tests have the same problem: windows7-ultimate-x86-7229 for build:jdk7b67

Also, for os:rhel5.2-i586,ubuntu-8.04-x86,
The option "collate" is disabled. The case should do some change for Linux system.