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 30561

Summary: [TEST] RootContextTest.testContextTreeView failure
Product: platform Reporter: Jesse Glick <jglick>
Component: ExplorerAssignee: Jiri Rechtacek <jrechtacek>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 32465    
Bug Blocks:    
Attachments: XTest log

Description Jesse Glick 2003-01-31 20:47:58 UTC
See attached log.
Comment 1 Jesse Glick 2003-01-31 20:48:29 UTC
Created attachment 8757 [details]
XTest log
Comment 2 Jiri Rechtacek 2003-02-03 09:29:02 UTC
Test failed sometimes on the tested platform: Windows 2000-5.0-x86 and
 Windows XP-5.1-x86. I'm going to remove this test from stable testbag
first, it should be solved in nb35 release.
Comment 3 Jiri Rechtacek 2003-02-06 15:15:24 UTC
RootContextTest.testContextTreeView temporary removed from stable.
Comment 4 Jiri Rechtacek 2003-02-27 14:44:25 UTC
because a resource lack, it will be solved in 4.0.
Comment 5 Jiri Rechtacek 2003-03-28 14:36:14 UTC
It test files because ExplorerManager.setRootContext() is replaned to
AWT-queue if needed. A following EM.setSelectedNodes() fires
immediately a vetoable change, it can come before a new root is set,
thus PropertyVetoException is thrown.
Comment 6 Jiri Rechtacek 2003-03-28 15:41:02 UTC
I filed a task 32465 to force all changes come from AWT-queue. I
changed RootContextTest to call EM.setSelectedNodes() from AWT. It
works for me on Mar26 dev build.
Comment 7 Marian Mirilovic 2003-03-28 15:58:09 UTC
reopened
Comment 8 Marian Mirilovic 2003-03-28 15:58:49 UTC
Jirka, the right resolution is fixed.
Comment 9 Marian Mirilovic 2005-07-13 13:26:19 UTC
closed