From 9897109332a80619fc72f8137ec6e56c5a1f83a0 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Wed, 16 Apr 2014 08:11:09 -0400 Subject: [PATCH] updated to support the new Settings implementation Former-commit-id: e9087cbd7b7f017f8395331d66f43108b2dc2f0a --- .../update/NvdCveUpdaterIntegrationTest.java | 26 ++----------------- 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/dependency-check-core/src/test/java/org/owasp/dependencycheck/data/update/NvdCveUpdaterIntegrationTest.java b/dependency-check-core/src/test/java/org/owasp/dependencycheck/data/update/NvdCveUpdaterIntegrationTest.java index ca1f1a080..c9d1463a5 100644 --- a/dependency-check-core/src/test/java/org/owasp/dependencycheck/data/update/NvdCveUpdaterIntegrationTest.java +++ b/dependency-check-core/src/test/java/org/owasp/dependencycheck/data/update/NvdCveUpdaterIntegrationTest.java @@ -17,36 +17,14 @@ */ package org.owasp.dependencycheck.data.update; -import org.junit.After; -import org.junit.AfterClass; -import org.junit.Before; -import org.junit.BeforeClass; import org.junit.Test; +import org.owasp.dependencycheck.BaseTest; /** * * @author Jeremy Long */ -public class NvdCveUpdaterIntegrationTest { - - public NvdCveUpdaterIntegrationTest() { - } - - @BeforeClass - public static void setUpClass() { - } - - @AfterClass - public static void tearDownClass() { - } - - @Before - public void setUp() { - } - - @After - public void tearDown() { - } +public class NvdCveUpdaterIntegrationTest extends BaseTest { /** * Test of update method, of class NvdCveUpdater.