updated version to 0.2.0

Former-commit-id: 3b166b79f98345f2ea70036413f8cc5626a3d91d
This commit is contained in:
jeremylong
2012-10-23 15:57:38 -04:00
parent 2f9b1f6314
commit b157f7ad47
3 changed files with 11 additions and 5 deletions

View File

@@ -16,9 +16,9 @@ import static org.junit.Assert.*;
*
* @author Jeremy Long (jeremy.long@gmail.com)
*/
public class EngineTest {
public class EngineIntegrationTest {
public EngineTest() throws Exception {
public EngineIntegrationTest() throws Exception {
org.codesecure.dependencycheck.data.nvdcve.BaseIndexTestCase.ensureIndexExists();
org.codesecure.dependencycheck.data.cpe.BaseIndexTestCase.ensureIndexExists();
}