bug fixes/replaced CVE datastore (lucene->H2)

Former-commit-id: 58386fc80bd3a9dca8bc486c56037efa91b1b81e
This commit is contained in:
Jeremy Long
2013-01-06 12:04:27 -05:00
parent dec2536e3e
commit ae4b5464c7
105 changed files with 1890 additions and 10065 deletions

View File

@@ -19,7 +19,7 @@ import static org.junit.Assert.*;
public class EngineIntegrationTest {
public EngineIntegrationTest() throws Exception {
org.codesecure.dependencycheck.data.nvdcve.BaseIndexTestCase.ensureIndexExists();
org.codesecure.dependencycheck.data.nvdcve.BaseDBTestCase.ensureDBExists();
org.codesecure.dependencycheck.data.cpe.BaseIndexTestCase.ensureIndexExists();
}