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 82593 - testSimulatesRefactoringRename fails on Windows
Summary: testSimulatesRefactoringRename fails on Windows
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2006-08-14 09:18 UTC by Jaroslav Tulach
Modified: 2008-12-22 21:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The failure report (37.48 KB, text/html)
2006-08-14 09:19 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2006-08-14 09:18:48 UTC
There is a failure on windows:

http://beetle.czech:8080/unittest/TestCase.jsp?issues=4130
Comment 1 Jaroslav Tulach 2006-08-14 09:19:13 UTC
Created attachment 32872 [details]
The failure report
Comment 2 Jaroslav Tulach 2006-08-14 09:19:51 UTC
Opps, the failure seems to be in release 5.5
Comment 3 rmatous 2006-08-31 09:50:53 UTC
Yes, these tests fails in 5.5 on Windows and only with subversion enabled. Seems
to be reproducible on Windows.
Comment 4 rmatous 2006-09-12 15:26:40 UTC
This test fail in both 5.5 and dev. Fixed in dev:
/cvs/openide/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObjTest.java,v
 <--  FolderObjTest.java
new revision: 1.18; previous revision: 1.17

/cvs/openide/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenSupport.java,v
 <--  ChildrenSupport.java
new revision: 1.15; previous revision: 1.14

/cvs/openide/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenCache.java,v
 <--  ChildrenCache.java
new revision: 1.6; previous revision: 1.5

/cvs/openide/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjectFactory.java,v
 <--  FileObjectFactory.java
new revision: 1.17; previous revision: 1.16

/cvs/openide/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/BaseFileObj.java,v
 <--  BaseFileObj.java
new revision: 1.28; previous revision: 1.27

/cvs/openide/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObj.java,v
 <--  FolderObj.java
new revision: 1.24; previous revision: 1.23

/cvs/openide/masterfs/src/org/netbeans/modules/masterfs/MasterFileObject.java,v
 <--  MasterFileObject.java
new revision: 1.57; previous revision: 1.56

/cvs/openide/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenSupportTest.java,v
 <--  ChildrenSupportTest.java
new revision: 1.3; previous revision: 1.2

/cvs/openide/masterfs/test/unit/src/org/netbeans/modules/masterfs/MasterFileObjectTestHid.java,v
 <--  MasterFileObjectTestHid.java
new revision: 1.35; previous revision: 1.34
Comment 5 rmatous 2006-09-15 15:37:57 UTC
See 83353 for bugs in release55 which is still open.