renamed PROXY_URL to PROXY_SERVER to avoid confusion

Former-commit-id: 1fbc025fba68aff644a8b8582657e5ef30024a24
This commit is contained in:
Jeremy Long
2014-05-24 07:06:59 -04:00
parent 89fb2d4915
commit 01690860db
7 changed files with 8 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ public class DownloaderIntegrationTest extends BaseTest {
// Settings.setString(Settings.KEYS.CONNECTION_TIMEOUT, "1000");
// Settings.setString(Settings.KEYS.PROXY_PORT, "8080");
// Settings.setString(Settings.KEYS.PROXY_URL, "127.0.0.1");
// Settings.setString(Settings.KEYS.PROXY_SERVER, "127.0.0.1");
URL url = new URL(Settings.getString(Settings.KEYS.CVE_MODIFIED_20_URL));
File outputPath = new File("target/downloaded_cve.xml");
Downloader.fetchFile(url, outputPath);