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 27955 - TESTS: Significant regression in filesystems unit tests
Summary: TESTS: Significant regression in filesystems unit tests
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2002-10-11 14:41 UTC by Martin Balin
Modified: 2008-12-22 23:50 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Balin 2002-10-11 14:41:43 UTC
There is a significant regression in filesystems
unit tests. It started just on Windows machine,
but now it dropped also on Unixes.
Majority of org.openide.filesystems.* test suites
have errors in test execution. Average pass ratio
is 74% now on J2SE 1.4.1. 1.3.1 is OK.
Comment 1 rmatous 2002-10-15 10:14:38 UTC
Fixed in trunk. SetUp problem, folders must end with slash. Thanks to
Jesse. 
Comment 2 pzajac 2002-10-23 10:05:14 UTC
verified
Comment 3 Jesse Glick 2003-01-07 17:44:33 UTC
TestUtilHid & FileObjectTestHid were patched, it looks like.
Comment 4 _ mihmax 2003-01-08 17:37:22 UTC
So this was a problem with tests, not with 3.4.1 code?
Comment 5 Jesse Glick 2003-01-08 21:24:08 UTC
Yes, the problem was in the tests; the setup was failing.
Comment 6 Jan Chalupa 2003-01-20 16:14:17 UTC
Could the fixes be merged to release341? QA would like to execute the
final test run on the NB 3.4.1 bits.
Comment 7 rmatous 2003-01-20 17:58:21 UTC
Merge done.

/cvs/openide/test/unit/src/org/openide/filesystems/FileObjectTestHid.java,v
 <--  FileObjectTestHid.java
new revision: 1.6.46.1; previous revision: 1.6
Comment 8 Jesse Glick 2003-01-20 18:00:31 UTC
It seems to help - org.openide.filesystems.* tests pass.
Comment 9 Quality Engineering 2003-07-01 16:23:32 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.