mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-05 06:34:36 +02:00
Cleaning up Velocity. Minor change to Engine and ServiceLoaders to optionally use custom ClassLoader.
Former-commit-id: 8c1a58247faeaa032ca7389106378b095ac45edf
This commit is contained in:
@@ -33,7 +33,7 @@ public class AnalyzerServiceTest extends BaseTest {
|
||||
*/
|
||||
@Test
|
||||
public void testGetAnalyzers() {
|
||||
AnalyzerService instance = new AnalyzerService();
|
||||
AnalyzerService instance = new AnalyzerService(Thread.currentThread().getContextClassLoader());
|
||||
Iterator<Analyzer> result = instance.getAnalyzers();
|
||||
|
||||
boolean found = false;
|
||||
|
||||
Reference in New Issue
Block a user