fixed teest case

Former-commit-id: 27616b92421179fd720763cfacaf70de297c372d
This commit is contained in:
Jeremy Long
2014-03-17 20:42:43 -04:00
parent c85b547502
commit 258602ce1a

View File

@@ -117,6 +117,7 @@ public class AssemblyAnalyzerTest {
try {
// Have to make a NEW analyzer because during setUp, it would have gotten the correct one
AssemblyAnalyzer aanalyzer = new AssemblyAnalyzer();
aanalyzer.supportsExtension("dll");
aanalyzer.initialize();
} finally {
// Now recover the way we came in. If we had to set a System property, delete it. Otherwise,