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 45093 - error in testOrderStoreSettingAndInstantiate
Summary: error in testOrderStoreSettingAndInstantiate
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-06-17 13:57 UTC by pzajac
Modified: 2008-12-22 19:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (2.83 KB, text/plain)
2004-06-17 13:58 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-06-17 13:57:46 UTC
[200406171800]
Test Suite org.openide.InstantiatingIteratorTest

testOrderStoreSettingAndInstantiate:

      java.lang.reflect.UndeclaredThrowableException
	at $Proxy0.actionPerformed(Unknown Source)
	at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
	at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
	at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
	at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
	at
javax.swing.AbstractButton.doClick(AbstractButton.java:289)
	at
javax.swing.AbstractButton.doClick(AbstractButton.java:269)
	at
org.openide.WizardDescriptor.doFinishClick(WizardDescriptor.java:1954)
	at
org.openide.InstantiatingIteratorTest.testOrderStoreSettingAndInstantiate(InstantiatingIteratorTest.java:118)
	at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at
junit.framework.TestCase.runTest(TestCase.java:154)
Comment 1 pzajac 2004-06-17 13:58:22 UTC
Created attachment 15807 [details]
exception stacktrace
Comment 2 Jiri Rechtacek 2004-06-17 14:22:52 UTC
There was a problem in test's code, fixed in
unit/src/org/openide/InstantiatingIteratorTest.java;
/cvs/openide/test/unit/src/org/openide/InstantiatingIteratorTest.java,v
 <--  InstantiatingIteratorTest.java
new revision: 1.5; previous revision: 1.4
done
Comment 3 pzajac 2004-06-22 12:32:57 UTC
v