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 110844 - SuiteCustomizerModuleListTest.testDisableCluster{,2} occasionally fails
Summary: SuiteCustomizerModuleListTest.testDisableCluster{,2} occasionally fails
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: RANDOM, TEST
Depends on:
Blocks: 61014
  Show dependency tree
 
Reported: 2007-07-24 23:43 UTC by Jesse Glick
Modified: 2010-02-03 16:11 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 Jesse Glick 2007-07-24 23:43:18 UTC
junit.framework.AssertionFailedError: It's name is name of the node
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertFalse(Assert.java:34)
	at
org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizerModuleListTest.doDisableCluster(SuiteCustomizerModuleListTest.java:127)
	at
org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizerModuleListTest.testDisableCluster(SuiteCustomizerModuleListTest.java:82)

junit.framework.AssertionFailedError: It's name is name of the node
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertFalse(Assert.java:34)
	at
org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizerModuleListTest.doDisableCluster(SuiteCustomizerModuleListTest.java:127)
	at
org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizerModuleListTest.testDisableCluster2(SuiteCustomizerModuleListTest.java:87)
Comment 1 rmichalsky 2008-07-29 16:20:55 UTC
Together with issue #61014.
Comment 2 Jesse Glick 2010-02-03 16:11:08 UTC
Won't fix separately.