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 71209

Summary: SuiteLogicalViewTest.testModulesNode failed
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST, THREAD
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Log

Description Jesse Glick 2006-01-09 21:00:41 UTC
See log. Clean build, JDK 1.4.
Comment 1 Jesse Glick 2006-01-09 21:01:54 UTC
Created attachment 28322 [details]
Log
Comment 2 Martin Krauskopf 2006-01-11 11:44:52 UTC
Yes, happened to me as well.
Comment 3 Martin Krauskopf 2006-01-11 12:46:57 UTC
Bad sychronization.
Comment 4 Martin Krauskopf 2006-01-11 14:14:11 UTC
Fixed.Let's run update always within EDT. Probably was always the case anyway in
a real scenario. We can move it to own RP later if it is revealed that it blocks
EDT.

ui/SuiteLogicalView.java; 1.26 -> 1.27;
test/unit/ui/SuiteLogicalViewTest.java; 1.8 -> 1.9;
Comment 5 pzajac 2006-01-12 09:22:58 UTC
test passed