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 35802 - FilesystemNode.refreshFolder break test
Summary: FilesystemNode.refreshFolder break test
Status: VERIFIED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-27 15:03 UTC by pzajac
Modified: 2003-12-11 14:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jemmy.log (12.43 KB, text/plain)
2003-08-27 15:06 UTC, pzajac
Details
screen.png (38.16 KB, image/png)
2003-08-27 15:06 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2003-08-27 15:03:56 UTC
The refreshing of FileSystemNode doesn't work
correctly. See to
gui.filesystems.PropertiesOfFileSystem.testIgnoredFiles
testcase in qa-functional openide test.
Comment 1 pzajac 2003-08-27 15:06:10 UTC
Created attachment 11453 [details]
jemmy.log
Comment 2 pzajac 2003-08-27 15:06:48 UTC
Created attachment 11454 [details]
screen.png
Comment 3 Jiri Skrivanek 2003-08-28 08:11:55 UTC
Look at #35816. There is a difference of what is displayed and what is
in bundle. Until it is fixed or explained, please use the following:

      new Action(null, "Refresh").perform(fsNode);
Comment 4 Jiri Skrivanek 2003-09-19 09:33:24 UTC
Fixed in jellytools version 2.1.4 - it uses RefreshFolderAction uses
Refresh label because of inconsistence in IDE (see issue 35816).
Comment 5 pzajac 2003-10-07 13:09:37 UTC
verified fixed.