mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-29 05:12:14 +02:00
updated test case initialization
Former-commit-id: eb6c0b16c2ca4555d81d8c66db18198991ab8d51
This commit is contained in:
@@ -113,6 +113,8 @@ public class ArchiveAnalyzerIntegrationTest extends AbstractDatabaseTestCase {
|
|||||||
@Test
|
@Test
|
||||||
public void testInitialize() throws Exception {
|
public void testInitialize() throws Exception {
|
||||||
ArchiveAnalyzer instance = new ArchiveAnalyzer();
|
ArchiveAnalyzer instance = new ArchiveAnalyzer();
|
||||||
|
instance.setEnabled(true);
|
||||||
|
instance.setFilesMatched(true);
|
||||||
instance.initialize();
|
instance.initialize();
|
||||||
|
|
||||||
instance.close();
|
instance.close();
|
||||||
|
|||||||
Reference in New Issue
Block a user