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 82644 - o.n.m.a.p.ui.wizard.updatecenter.DataModelTest fails
Summary: o.n.m.a.p.ui.wizard.updatecenter.DataModelTest fails
Status: CLOSED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2006-08-14 20:03 UTC by Martin Krauskopf
Modified: 2006-10-23 16:39 UTC (History)
0 users

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 Martin Krauskopf 2006-08-14 20:03:07 UTC
It is regression caused by commit in Wizard API - WizardDescriptor 1.32
(#76318). It also broke another test in the API Support - already fixed:

http://apisupport.netbeans.org/source/browse/apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanelTest.java?r1=1.6&r2=1.7

and also brings regression 82643. Those cases are very likely due to bugs (bad
usage of Wizards API) in API Support, but since there are already 3 cases,
please check that there is not some incompatibility in Wizards API.

It is more or less due to call:

 settings.putProperty("WizardPanel_errorMessage", message);

which triggers WizardDescritpor.initialize() which was not the case before the
mentioned commit in Wizards API.
Comment 1 Jiri Rechtacek 2006-08-15 09:31:24 UTC
Bug in openide/dialogs/WizardDescriptor. Now fixed.

Checking in WizardDescriptor.java;
/shared/data/ccvs/repository/openide/dialogs/src/org/openide/WizardDescriptor.java,v
 <--  WizardDescriptor.java
new revision: 1.34; previous revision: 1.33
done
Comment 2 Martin Krauskopf 2006-08-15 09:38:14 UTC
Dik. v/c