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 44221 - [vcs-cache-review] Provide tests for VCS Cache
Summary: [vcs-cache-review] Provide tests for VCS Cache
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks: 43637
  Show dependency tree
 
Reported: 2004-06-02 16:20 UTC by Miloslav Metelka
Modified: 2004-12-01 16:19 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2004-06-02 16:20:00 UTC
It would also be useful to reuse the existing
filesystem tests - Yarda has expressed some ideas
in Y04 in issue 43637.
Comment 1 Miloslav Metelka 2004-11-09 14:37:37 UTC
Changing subject - right now the testing ways should be clear and the
tests are being implemented.
Comment 2 _ pkuzel 2004-11-23 09:19:35 UTC
Cache tests are simple. 

We are able to write unit tests. Test environment setup is solved.
There are FileAttributeQueryTest and Repository unit tests.
VirtualFiles test fails. IgnoreList test does not exist.

The hard part is to test its integration - not covered by this issue.
Comment 3 _ pkuzel 2004-12-01 16:19:34 UTC
Closing as FIXED.

The failing test is a kind of artificial. It does not happen in friend
environment the classes are designed for.

The integration bugs are trapped by asserts. These asserts are still
under heavy fire, clients do not adhere to preconditions quite well.
It's just being addressed.