-
Bug
-
Resolution: Won't Fix
-
P3
-
6u11
-
x86
-
linux
testsuite: 2D
test: Interactive/PrintDialog_2D
jdk: 6u11 (this problem appears in all build of JDK 6.0. I didn't testing for 1.5.0 and 1.4.0)
platform: RHEL 4.0 x86
testmachine: judo.russia.sun.com, tezro.russia.sun.com
Problem description: In the course of manual testing it was impossible to perform one of the test cases included in the "PrintDialog_2D" test. Below you can find instruction of the test case:
"
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.
"
But the collate option is always disabled on Print Setup Dialog window in copies section even when the number of copies is more then 1.
At the same time, it is possible to print out in collation if use external test editor where native Print Dialog used for printing. It looks like there are problems in java realization of Print Setup Dialog window.
Steps for reproduce:
1. ssh -l stt-robot judo.russia.sun.com
2. cd /export/2d
3. /export/jdk/jdk1.6.0_11/bin/java -cp /net/stt-13.russia/export/home0/dtf/dtf_ws/suites/6.0/share/harness/tonga/tonga3.0.jar Tonga DTonga -inifile TongaSetup.ini -workdir /export/2d/
from you desctop
4. vncviewer judo.russia
5. You may execute first 4 test cases of the Interactive/PrintDialog_2D test case without any problem. Fifth test case will require collate option enabled.
test: Interactive/PrintDialog_2D
jdk: 6u11 (this problem appears in all build of JDK 6.0. I didn't testing for 1.5.0 and 1.4.0)
platform: RHEL 4.0 x86
testmachine: judo.russia.sun.com, tezro.russia.sun.com
Problem description: In the course of manual testing it was impossible to perform one of the test cases included in the "PrintDialog_2D" test. Below you can find instruction of the test case:
"
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.
"
But the collate option is always disabled on Print Setup Dialog window in copies section even when the number of copies is more then 1.
At the same time, it is possible to print out in collation if use external test editor where native Print Dialog used for printing. It looks like there are problems in java realization of Print Setup Dialog window.
Steps for reproduce:
1. ssh -l stt-robot judo.russia.sun.com
2. cd /export/2d
3. /export/jdk/jdk1.6.0_11/bin/java -cp /net/stt-13.russia/export/home0/dtf/dtf_ws/suites/6.0/share/harness/tonga/tonga3.0.jar Tonga DTonga -inifile TongaSetup.ini -workdir /export/2d/
from you desctop
4. vncviewer judo.russia
5. You may execute first 4 test cases of the Interactive/PrintDialog_2D test case without any problem. Fifth test case will require collate option enabled.
- duplicates
-
JDK-8032358 The collate option can't be selected.
- Closed