mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
changed to BaseDBTest instead of BaseTest to reesolve build errors per issue #273
Former-commit-id: 392b26cac4595d6dd6c9a4ffbd2d76f851c8c7ed
This commit is contained in:
@@ -19,7 +19,7 @@ package org.owasp.dependencycheck.data.update;
|
||||
|
||||
import org.junit.Test;
|
||||
import static org.junit.Assert.*;
|
||||
import org.owasp.dependencycheck.BaseTest;
|
||||
import org.owasp.dependencycheck.data.nvdcve.BaseDBTestCase;
|
||||
import org.owasp.dependencycheck.data.nvdcve.CveDB;
|
||||
import org.owasp.dependencycheck.data.nvdcve.DatabaseProperties;
|
||||
import org.owasp.dependencycheck.data.update.exception.UpdateException;
|
||||
@@ -28,7 +28,7 @@ import org.owasp.dependencycheck.data.update.exception.UpdateException;
|
||||
*
|
||||
* @author Jeremy Long
|
||||
*/
|
||||
public class BaseUpdaterTest extends BaseTest {
|
||||
public class BaseUpdaterTest extends BaseDBTestCase {
|
||||
|
||||
/**
|
||||
* Test of getCveDB method, of class BaseUpdater.
|
||||
|
||||
Reference in New Issue
Block a user