removed duplicate abstract test base

This commit is contained in:
Jeremy Long
2015-10-18 06:17:21 -04:00
parent 2770b58a20
commit dc849c3891
14 changed files with 20 additions and 58 deletions

View File

@@ -26,7 +26,7 @@ import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.owasp.dependencycheck.data.nvdcve.BaseDBTestCase;
import org.owasp.dependencycheck.BaseDBTestCase;
import org.owasp.dependencycheck.utils.Settings;
import static org.junit.Assert.assertTrue;