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

Summary: Add JUnit tests for Repository module
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: Code ModelAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: TASK Exception Reporter:

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.