forked from organicmaps/organicmaps
Fixed downloader tests
This commit is contained in:
parent
f70fe79886
commit
1b57507512
1 changed files with 6 additions and 6 deletions
|
@ -20,13 +20,13 @@
|
|||
#include <QtCore/QCoreApplication>
|
||||
|
||||
|
||||
#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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue