mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-13 23:33:37 +01:00
minor update to remove lib from scanned directory during test
Former-commit-id: 1fee9afdc61e16d9c4803fab4955cc69bb65677d
This commit is contained in:
@@ -59,10 +59,8 @@ public class EngineIntegrationTest {
|
||||
@Test
|
||||
public void testScan() throws Exception {
|
||||
String testClasses = "target/test-classes";
|
||||
String lib = "target/lib";
|
||||
Engine instance = new Engine();
|
||||
instance.scan(testClasses);
|
||||
instance.scan(lib);
|
||||
assertTrue(instance.getDependencies().size() > 0);
|
||||
instance.analyzeDependencies();
|
||||
ReportGenerator rg = new ReportGenerator("DependencyCheck",
|
||||
|
||||
Reference in New Issue
Block a user