updated how initial test data is updated

Former-commit-id: 98ba5daf343b51d25d8cbee1d7ae02e69fbad0b2
This commit is contained in:
Jeremy Long
2013-08-24 19:57:14 -04:00
parent 750d0459f4
commit 3074a2bfc8

View File

@@ -44,7 +44,6 @@ public class EngineIntegrationTest {
@Before
public void setUp() throws Exception {
org.owasp.dependencycheck.data.nvdcve.BaseDBTestCase.ensureDBExists();
org.owasp.dependencycheck.data.cpe.BaseIndexTestCase.ensureIndexExists();
}
@After