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 - [TEST] RootContextTest.testContextTreeView failure
Summary: [TEST] RootContextTest.testContextTreeView failure
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: TEST
Depends on: 32465
Blocks:
  Show dependency tree
 
Reported: 2003-01-31 20:47 UTC by Jesse Glick
Modified: 2008-12-22 18:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
XTest log (5.81 KB, text/html)
2003-01-31 20:48 UTC, Jesse Glick
Details

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