mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 17:41:28 +01:00
commented out test case
Former-commit-id: c62a28c8a39c42e6c458387c03445c86deb6454c
This commit is contained in:
@@ -34,8 +34,10 @@ public class CpeUpdaterIntegrationTest extends BaseTest {
|
|||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testUpdate() throws Exception {
|
public void testUpdate() throws Exception {
|
||||||
CpeUpdater instance = new CpeUpdater();
|
//commented out as the current code base does not utilize the CpeU[pdater.
|
||||||
instance.update();
|
|
||||||
|
// CpeUpdater instance = new CpeUpdater();
|
||||||
|
// instance.update();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user