updated to support the new Settings implementation

Former-commit-id: 9715d8c76c5667d813a64c56d74a366fa83d2470
This commit is contained in:
Jeremy Long
2014-04-16 08:02:05 -04:00
parent 886b21af68
commit e61ef1ae85

View File

@@ -22,13 +22,14 @@ import java.io.InputStream;
import java.io.PrintStream; import java.io.PrintStream;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import org.junit.Test; import org.junit.Test;
import org.owasp.dependencycheck.BaseTest;
/** /**
* *
* @author colezlaw * @author colezlaw
* *
*/ */
public class XPathNuspecParserTest { public class XPathNuspecParserTest extends BaseTest {
/** /**
* Test all the valid components. * Test all the valid components.