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

Summary: SuiteCustomizerModuleListTest.testDisableCluster{,2} occasionally fails
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: RANDOM, TEST
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 61014    

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.