mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
updated version to 0.2.0
Former-commit-id: 3b166b79f98345f2ea70036413f8cc5626a3d91d
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user