mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
bug fixes/replaced CVE datastore (lucene->H2)
Former-commit-id: 58386fc80bd3a9dca8bc486c56037efa91b1b81e
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user