updated to support the new Settings implementation

Former-commit-id: e9087cbd7b7f017f8395331d66f43108b2dc2f0a
This commit is contained in:
Jeremy Long
2014-04-16 08:11:09 -04:00
parent cfc851a99b
commit 9897109332

View File

@@ -17,36 +17,14 @@
*/ */
package org.owasp.dependencycheck.data.update; 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.junit.Test;
import org.owasp.dependencycheck.BaseTest;
/** /**
* *
* @author Jeremy Long <jeremy.long@owasp.org> * @author Jeremy Long <jeremy.long@owasp.org>
*/ */
public class NvdCveUpdaterIntegrationTest { public class NvdCveUpdaterIntegrationTest extends BaseTest {
public NvdCveUpdaterIntegrationTest() {
}
@BeforeClass
public static void setUpClass() {
}
@AfterClass
public static void tearDownClass() {
}
@Before
public void setUp() {
}
@After
public void tearDown() {
}
/** /**
* Test of update method, of class NvdCveUpdater. * Test of update method, of class NvdCveUpdater.