mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +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
|
||||
public void testUpdate() throws Exception {
|
||||
CpeUpdater instance = new CpeUpdater();
|
||||
instance.update();
|
||||
//commented out as the current code base does not utilize the CpeU[pdater.
|
||||
|
||||
// CpeUpdater instance = new CpeUpdater();
|
||||
// instance.update();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user