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 - SuiteLogicalViewTest.testModulesNode failed
Summary: SuiteLogicalViewTest.testModulesNode failed
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: TEST, THREAD
Depends on:
Blocks:
 
Reported: 2006-01-09 21:00 UTC by Jesse Glick
Modified: 2006-01-12 09:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log (6.40 KB, text/html)
2006-01-09 21:01 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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