mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 01:27:11 +01:00
bundle the same SWIFT package by different analyzers
This commit is contained in:
@@ -117,12 +117,7 @@ public class SwiftAnalyzersTest extends BaseTest {
|
||||
final Dependency result = new Dependency(BaseTest.getResourceAsFile(this,
|
||||
"swift/Gloss/Package.swift"));
|
||||
spmAnalyzer.analyze(result, null);
|
||||
System.out.println(result.getProductEvidence().toString());
|
||||
|
||||
// assertThat(vendorString, containsString("Carlos Vidal"));
|
||||
// assertThat(vendorString, containsString("https://github.com/nakiostudio/EasyPeasy"));
|
||||
// assertThat(vendorString, containsString("MIT"));
|
||||
|
||||
assertThat(result.getProductEvidence().toString(), containsString("Gloss"));
|
||||
// assertThat(result.getVersionEvidence().toString(), containsString("0.2.3"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user