moved several classes

Former-commit-id: 16322c61d505a25eb1037a90e2ca941147fad6cf
This commit is contained in:
Jeremy Long
2014-01-04 09:01:04 -05:00
parent 2a54077ab1
commit 27daccfc35
11 changed files with 14 additions and 20 deletions

View File

@@ -51,11 +51,11 @@ public class DatabaseUpdaterIntegrationTest {
}
/**
* Test of update method, of class DatabaseUpdater.
* Test of update method, of class NvdCveUpdater.
*/
@Test
public void testUpdate() throws Exception {
DatabaseUpdater instance = new DatabaseUpdater();
NvdCveUpdater instance = new NvdCveUpdater();
instance.update();
}
}

View File

@@ -27,7 +27,6 @@ import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;
import org.owasp.dependencycheck.update.UpdateException;
import org.owasp.dependencycheck.utils.DownloadFailedException;
/**