mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +01:00
Update AbstractSuppressionAnalyzerTest.java
Former-commit-id: 717f9e605912ff42843a8b150db191eb4bb79c90
This commit is contained in:
@@ -83,7 +83,7 @@ public class AbstractSuppressionAnalyzerTest extends BaseTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test(expected = SuppressionParseException.class)
|
@Test(expected = SuppressionParseException.class)
|
||||||
public void testFailureToLocateSuppressionFileInClasspath() throws Exception {
|
public void testFailureToLocateSuppressionFileAnywhere() throws Exception {
|
||||||
Settings.setString(Settings.KEYS.SUPPRESSION_FILE, "doesnotexist.xml");
|
Settings.setString(Settings.KEYS.SUPPRESSION_FILE, "doesnotexist.xml");
|
||||||
instance.initialize();
|
instance.initialize();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user