-
Bug
-
Resolution: Fixed
-
P2
-
6u2
-
b05
-
sparc
-
solaris, solaris_10
-
Verified
Java Version: 1.6.0_02-b01, b02, b03, b04
Platform: solaris-sparc 10, host name: d2-sunburst.sfbay
Problems:
A test which sets the SheetCollate Attribute to COLLATED and UNCOLLATED and checks whether it is reflected in the printout is failing in 1.6.0_02-b01 and builds afterward, it is PASS in b00 and 1.6.0_01-b06 and 1.6.0, the COLLATED and UNCOLLATED both are not working, meaning the printout only has one copy, it should have two copies which print page 1, 2,3 and page 1,2,3 or page 1,1 and 2,2 and 3,3.
But in 6u2-b01, it only print one copy.
The test case is as attached.
Hot to reproduce the problem:
1. set JAVA_HOME to 6u2-b04
2. cd /net/cady.sfbay/export4/Mustang_RC_ws/2d/src/2D_PrintingMerlin
3. ../../../share/bin/gnumake/solaris-sparc/gnumake runmanual
4. The second test frame will come up, click COLLATED and click print button, you will see the printout which only one copy and you click UNCOLLATED and print button, same result as COLLATED.
Platform: solaris-sparc 10, host name: d2-sunburst.sfbay
Problems:
A test which sets the SheetCollate Attribute to COLLATED and UNCOLLATED and checks whether it is reflected in the printout is failing in 1.6.0_02-b01 and builds afterward, it is PASS in b00 and 1.6.0_01-b06 and 1.6.0, the COLLATED and UNCOLLATED both are not working, meaning the printout only has one copy, it should have two copies which print page 1, 2,3 and page 1,2,3 or page 1,1 and 2,2 and 3,3.
But in 6u2-b01, it only print one copy.
The test case is as attached.
Hot to reproduce the problem:
1. set JAVA_HOME to 6u2-b04
2. cd /net/cady.sfbay/export4/Mustang_RC_ws/2d/src/2D_PrintingMerlin
3. ../../../share/bin/gnumake/solaris-sparc/gnumake runmanual
4. The second test frame will come up, click COLLATED and click print button, you will see the printout which only one copy and you click UNCOLLATED and print button, same result as COLLATED.
- duplicates
-
JDK-6569588 api/javax_swing/interactive/JTablePrintTests.html#JTablePrint # JTablePrintTest0004 failed
- Closed