From b9a20e7ac5d4737bec15f636b671d84a2a76c771 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Wed, 16 Apr 2014 08:07:09 -0400 Subject: [PATCH] updated to support the new Settings implementation Former-commit-id: d1d837e026bcff8be05501b6154f491f4f7669b4 --- .../owasp/dependencycheck/EngineIntegrationTest.java | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/dependency-check-core/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java b/dependency-check-core/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java index 453ed5891..2d1d4dc63 100644 --- a/dependency-check-core/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java +++ b/dependency-check-core/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java @@ -18,10 +18,8 @@ package org.owasp.dependencycheck; import org.junit.After; -import org.junit.AfterClass; import static org.junit.Assert.assertTrue; import org.junit.Before; -import org.junit.BeforeClass; import org.junit.Test; import org.owasp.dependencycheck.data.nvdcve.CveDB; import org.owasp.dependencycheck.data.nvdcve.DatabaseProperties; @@ -33,15 +31,7 @@ import org.owasp.dependencycheck.utils.Settings; * * @author Jeremy Long */ -public class EngineIntegrationTest { - - @BeforeClass - public static void setUpClass() throws Exception { - } - - @AfterClass - public static void tearDownClass() throws Exception { - } +public class EngineIntegrationTest extends BaseTest { @Before public void setUp() throws Exception {