mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 08:14:44 +01:00
fixed teest case
Former-commit-id: 27616b92421179fd720763cfacaf70de297c372d
This commit is contained in:
@@ -117,6 +117,7 @@ public class AssemblyAnalyzerTest {
|
|||||||
try {
|
try {
|
||||||
// Have to make a NEW analyzer because during setUp, it would have gotten the correct one
|
// Have to make a NEW analyzer because during setUp, it would have gotten the correct one
|
||||||
AssemblyAnalyzer aanalyzer = new AssemblyAnalyzer();
|
AssemblyAnalyzer aanalyzer = new AssemblyAnalyzer();
|
||||||
|
aanalyzer.supportsExtension("dll");
|
||||||
aanalyzer.initialize();
|
aanalyzer.initialize();
|
||||||
} finally {
|
} finally {
|
||||||
// Now recover the way we came in. If we had to set a System property, delete it. Otherwise,
|
// Now recover the way we came in. If we had to set a System property, delete it. Otherwise,
|
||||||
|
|||||||
Reference in New Issue
Block a user