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 110448 - Add JUnit tests for Repository module
Summary: Add JUnit tests for Repository module
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-20 16:08 UTC by Vladimir Kvashin
Modified: 2008-01-11 16:45 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 Vladimir Kvashin 2007-07-20 16:08:33 UTC
Now Repository module has very few JUnit tests. There are only two, KeyValidatorRepositoryTest and TryGetTest. There are
some tests, but they don't follow JUnit and Netbeans standards, so they are not run on incremental builds. The following
should be done:
1) existent tests should be coneverted to JUnit so that they will be run on incremental build
2) other tests should be added to cover all relevant repository functionality
Comment 1 Sergey Grinev 2008-01-11 16:45:12 UTC
several tests were added. Vladimir is working on adding more ATM.