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 96116 - Test failure in ProjectCustomizerTest.testCategoriesAreReclaimable
Summary: Test failure in ProjectCustomizerTest.testCategoriesAreReclaimable
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-02-21 10:32 UTC by Milan Kubec
Modified: 2007-09-12 10:17 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 Milan Kubec 2007-02-21 10:32:01 UTC
Test failure in ProjectCustomizerTest.testCategoriesAreReclaimable

junit.framework.AssertionFailedError: Is reclaimable:
private static sun.awt.AppContext sun.awt.AppContext.mainAppContext->
sun.awt.AppContext@18088c0-table->
java.util.HashMap@16c1bce-table->
[Ljava.util.HashMap$Entry;@47c130-[7]->
java.util.HashMap$Entry@1219665-next->
java.util.HashMap$Entry@ee90b1-value->
javax.swing.RepaintManager@178820c-tmpHWDirtyComponents->
java.util.IdentityHashMap@6a5afc-table->
[Ljava.lang.Object;@12fca35-[16]->
org.openide.DialogDisplayer$Trivial$StandardDialog@2ce908
	at junit.framework.Assert.fail(Assert.java:47)
	at org.netbeans.junit.NbTestCase.assertGC(NbTestCase.java:1157)
	at org.netbeans.junit.NbTestCase.assertGC(NbTestCase.java:1106)
	at
org.netbeans.spi.project.ui.support.ProjectCustomizerTest.testCategoriesAreReclaimable(ProjectCustomizerTest.java:125)
Comment 1 Milan Kubec 2007-09-12 10:17:27 UTC
Not reproducible. Closing.