From 1b57507512edb62229dd2fb8ef43604c8ac188cb Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sun, 7 Jul 2013 16:20:49 +0300 Subject: [PATCH] Fixed downloader tests --- platform/platform_tests/downloader_test.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/platform/platform_tests/downloader_test.cpp b/platform/platform_tests/downloader_test.cpp index be7b3293f8..8648a9f204 100644 --- a/platform/platform_tests/downloader_test.cpp +++ b/platform/platform_tests/downloader_test.cpp @@ -20,13 +20,13 @@ #include -#define TEST_URL1 "http://melnichek.ath.cx:34568/unit_tests/1.txt" -#define TEST_URL_404 "http://melnichek.ath.cx:34568/unit_tests/notexisting_unittest" -#define TEST_URL_PERMANENT "http://melnichek.ath.cx:34568/unit_tests/permanent" -#define TEST_URL_INVALID_HOST "http://melnichek12345.ath.cx" -#define TEST_URL_BIG_FILE "http://melnichek.ath.cx:34568/unit_tests/47kb.file" +#define TEST_URL1 "http://scout.mapswithme.com:34568/unit_tests/1.txt" +#define TEST_URL_404 "http://scout.mapswithme.com:34568/unit_tests/notexisting_unittest" +#define TEST_URL_PERMANENT "http://scout.mapswithme.com:34568/unit_tests/permanent" +#define TEST_URL_INVALID_HOST "http://not-valid-host123532.ath.cx" +#define TEST_URL_BIG_FILE "http://scout.mapswithme.com:34568/unit_tests/47kb.file" #define TEST_URL_HTTPS "https://github.com" -#define TEST_URL_POST "http://melnichek.ath.cx:34568/unit_tests/post.php" +#define TEST_URL_POST "http://scout.mapswithme.com:34568/unit_tests/post.php" using namespace downloader;