updated to support the new Settings implementation

Former-commit-id: e34221085daf9880ce658cd71df15f9f8b0def9d
This commit is contained in:
Jeremy Long
2014-04-16 08:02:24 -04:00
parent e61ef1ae85
commit 095c48a942

View File

@@ -17,19 +17,18 @@
*/
package org.owasp.dependencycheck.data.nexus;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import java.io.FileNotFoundException;
import java.net.URL;
import java.util.logging.Logger;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import org.junit.Assume;
import org.junit.Before;
import org.junit.Test;
import org.owasp.dependencycheck.BaseTest;
import org.owasp.dependencycheck.utils.Settings;
public class NexusSearchTest {
public class NexusSearchTest extends BaseTest {
private static final Logger LOGGER = Logger.getLogger(NexusSearchTest.class.getName());
private NexusSearch searcher;