updated the scanned test dependencies

Former-commit-id: eac650187d8e8872ff1550148f1a26d640096444
This commit is contained in:
Jeremy Long
2013-08-16 12:48:54 -04:00
parent e50d7f7b95
commit a76bf03bc9
4 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ public class ArchiveAnalyzerTest {
try {
instance.initialize();
File file = new File(this.getClass().getClassLoader().getResource("opensso.war").getPath());
File file = new File(this.getClass().getClassLoader().getResource("daytrader-ear-2.1.7.ear").getPath());
Dependency dependency = new Dependency(file);
Settings.setBoolean(Settings.KEYS.AUTO_UPDATE, false);
Engine engine = new Engine();

View File

@@ -118,6 +118,7 @@ public class JarAnalyzerTest {
JarAnalyzer instance = new JarAnalyzer();
Set expResult = new HashSet();
expResult.add("jar");
expResult.add("war");
Set result = instance.getSupportedExtensions();
assertEquals(expResult, result);
}

View File

@@ -1 +0,0 @@
a1ef6c9d9d985c8e28b9fb238005a6de04b6d4f1