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 132257 - Failures in IDECommitValidation.testDb
Summary: Failures in IDECommitValidation.testDb
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-04-07 21:33 UTC by Jesse Glick
Modified: 2008-06-03 11:36 UTC (History)
2 users (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 Jesse Glick 2008-04-07 21:33:16 UTC
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key WaitNode
	at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
	at java.util.ResourceBundle.getString(ResourceBundle.java:285)
	at org.netbeans.jellytools.Bundle.getString(Bundle.java:95)
	at org.netbeans.jellytools.Bundle.getString(Bundle.java:119)
	at org.netbeans.test.ide.IDEValidation.testDb(IDEValidation.java:372)

since

http://hg.netbeans.org/main/diff/5245421762b8/db/src/org/netbeans/modules/db/resources/Bundle.properties

Probably the test needs to be changed to not expect the wait node?
Comment 1 Andrei Badea 2008-04-08 13:26:26 UTC
b9f454fd9c5f
Comment 2 Roman Mostyka 2008-06-03 11:36:04 UTC
Verified.