mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 15:54:52 +01:00
updated test for #630
This commit is contained in:
@@ -53,7 +53,7 @@ public class DependencyBundlingAnalyzerTest extends BaseTest {
|
|||||||
@Test
|
@Test
|
||||||
public void testGetAnalysisPhase() {
|
public void testGetAnalysisPhase() {
|
||||||
DependencyBundlingAnalyzer instance = new DependencyBundlingAnalyzer();
|
DependencyBundlingAnalyzer instance = new DependencyBundlingAnalyzer();
|
||||||
AnalysisPhase expResult = AnalysisPhase.PRE_FINDING_ANALYSIS;
|
AnalysisPhase expResult = AnalysisPhase.FINAL;
|
||||||
AnalysisPhase result = instance.getAnalysisPhase();
|
AnalysisPhase result = instance.getAnalysisPhase();
|
||||||
assertEquals(expResult, result);
|
assertEquals(expResult, result);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user