updated to support the new Settings implementation

Former-commit-id: 50235f22de97afc2a352f8dc7d2de9120cf73c75
This commit is contained in:
Jeremy Long
2014-04-16 08:11:09 -04:00
parent 9a6a61151d
commit d1b4e93f9e

View File

@@ -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 <jeremy.long@owasp.org>
*/
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.