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 68260 - Test failures due to changes since Nov 03 - Nov 06
Summary: Test failures due to changes since Nov 03 - Nov 06
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2005-11-08 09:01 UTC by Jaroslav Tulach
Modified: 2008-12-22 22:45 UTC (History)
0 users

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 Jaroslav Tulach 2005-11-08 09:01:46 UTC
Few test failures occured between the build from Nov 03 and Nov 06, I suspect 
this is the cause: 
 
date: 2005/11/04 18:59:32;  author: jglick;  state: Exp; 
Emptying out the Services/Hidden/ folder for core at least. Prefer 
META-INF/services/ for lower overhead and easier use in unit tests. Also 
generally 
better to register services from the module that actually implements them.
Comment 2 Jesse Glick 2005-11-08 21:16:00 UTC
The usual: tests were using an impoverished global lookup.

Checking in
openide/loaders/test/unit/src/org/openide/loaders/DataShadowBrokenAreNotTestedTest.java;
/cvs/openide/loaders/test/unit/src/org/openide/loaders/DataShadowBrokenAreNotTestedTest.java,v
 <--  DataShadowBrokenAreNotTestedTest.java
new revision: 1.2; previous revision: 1.1
done
Checking in openide/loaders/test/unit/src/org/openide/loaders/FolderLookupTest.java;
/cvs/openide/loaders/test/unit/src/org/openide/loaders/FolderLookupTest.java,v 
<--  FolderLookupTest.java
new revision: 1.2; previous revision: 1.1
done