mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 07:14:09 +01:00
removed duplicative test
Former-commit-id: e403e85cef541416ccb3cf13704d019f4c2b5f92
This commit is contained in:
@@ -67,16 +67,16 @@ public class StandardUpdateIntegrationTest extends BaseTest {
|
|||||||
result = instance.withinRange(lastRun, current, range);
|
result = instance.withinRange(lastRun, current, range);
|
||||||
assertEquals(expResult, result);
|
assertEquals(expResult, result);
|
||||||
}
|
}
|
||||||
|
// test removed as it is duplicative of the EngineIntegrationTest and the NvdCveUpdaterIntergraionTest
|
||||||
/**
|
// /**
|
||||||
* Test of update method, of class StandardUpdate.
|
// * Test of update method, of class StandardUpdate.
|
||||||
*/
|
// */
|
||||||
@Test
|
// @Test
|
||||||
public void testUpdate() throws Exception {
|
// public void testUpdate() throws Exception {
|
||||||
StandardUpdate instance = getStandardUpdateTask();
|
// StandardUpdate instance = getStandardUpdateTask();
|
||||||
instance.update();
|
// instance.update();
|
||||||
//TODO make this an actual test
|
// //TODO make this an actual test
|
||||||
}
|
// }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test of updatesNeeded method, of class StandardUpdate.
|
* Test of updatesNeeded method, of class StandardUpdate.
|
||||||
|
|||||||
Reference in New Issue
Block a user