This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 220154 - Failing org.openide.explorer.propertysheet.EnumPropertyEditorTest
Summary: Failing org.openide.explorer.propertysheet.EnumPropertyEditorTest
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 7.2.1
Hardware: All All
: P1 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: JDK_SPECIFIC, TEST
Depends on:
Blocks:
 
Reported: 2012-10-16 08:41 UTC by Jiri Skrivanek
Modified: 2013-02-27 08:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-10-16 08:41:22 UTC
The following test cases are failing on JDK7u10 in NetBeans 7.2.1 test distribution:

org.openide.explorer.propertysheet.EnumPropertyEditorTest.testEnumPropEd
org.openide.explorer.propertysheet.EnumPropertyEditorTest.testLocalizedNames
org.openide.explorer.propertysheet.EnumPropertyEditorTest.testNulls

http://hudson4qe.cz.oracle.com/view/NB%207.2%20QE%20stable/job/StableBTD-7.2.1/1/testReport/

Please, evaluate it and fix in release72 branch. It doesn't seem to be related to problems in trunk (bug #219751).
Comment 1 Stanislav Aubrecht 2012-10-16 11:09:35 UTC
The package name for the default property editors has changed from "sun.beans.editors" to "com.sun.beans.editors" in JDK 1.7 update 10.

I have fixed this in core-main ce5ecced544f
Comment 2 Stanislav Aubrecht 2012-10-16 12:03:55 UTC
I used a workaround in release72 branch by creating the property editor instance directly to avoid changes in the code.

5c0b185f0be7
Comment 3 Quality Engineering 2012-10-17 02:03:09 UTC
Integrated into 'main-golden', will be available in build *201210170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ce5ecced544f
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #220154 - package name for property editors has changed in JDK 1.7 update 10