-
Bug
-
Resolution: Fixed
-
P3
-
6u21
-
b01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2195975 | 6u21-rev | Abhijit Saha | P3 | Resolved | Fixed | b08 |
Fix of # 6827032 came with testcase
j2se/test/closed/javax/swing/JColorChooser/Test6827032.java
The issues with this testcase are :
1. It's in the wrong directory structure
6ux don't have 'closed' dirs.
2. Testcase does not compile / run
a) using '@library ../regtesthelpers' which does not exists
in 6ux with the wrong dir the test exists now.
b) test uses "import javax.swing.plaf.nimbus.NimbusLookAndFeel;"
which does not exists in jdk6ux source structure
so the testcase failed to compile and run
j2se/test/closed/javax/swing/JColorChooser/Test6827032.java
The issues with this testcase are :
1. It's in the wrong directory structure
6ux don't have 'closed' dirs.
2. Testcase does not compile / run
a) using '@library ../regtesthelpers' which does not exists
in 6ux with the wrong dir the test exists now.
b) test uses "import javax.swing.plaf.nimbus.NimbusLookAndFeel;"
which does not exists in jdk6ux source structure
so the testcase failed to compile and run
- backported by
-
JDK-2195975 TEST: Fix the testcase with proper nimbus pkg location and correct the testcase path in testsuite
- Resolved
- relates to
-
JDK-6827032 NIMBUS: Drag and drop throws a NPE in SwingSet2 ColorChooser
- Closed