mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
removed temporary test code
This commit is contained in:
@@ -183,16 +183,12 @@ public class CPEAnalyzerIntegrationTest extends BaseDBTestCase {
|
|||||||
hintAnalyzer.analyze(spring3, null);
|
hintAnalyzer.analyze(spring3, null);
|
||||||
|
|
||||||
CPEAnalyzer instance = new CPEAnalyzer();
|
CPEAnalyzer instance = new CPEAnalyzer();
|
||||||
try {
|
|
||||||
instance.open();
|
instance.open();
|
||||||
instance.determineCPE(commonValidator);
|
instance.determineCPE(commonValidator);
|
||||||
instance.determineCPE(struts);
|
instance.determineCPE(struts);
|
||||||
instance.determineCPE(spring);
|
instance.determineCPE(spring);
|
||||||
instance.determineCPE(spring3);
|
instance.determineCPE(spring3);
|
||||||
instance.close();
|
instance.close();
|
||||||
} catch (Throwable ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
String expResult = "cpe:/a:apache:struts:2.1.2";
|
String expResult = "cpe:/a:apache:struts:2.1.2";
|
||||||
|
|||||||
Reference in New Issue
Block a user