summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qhostinfo
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-11-26 23:01:57 -0800
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2017-11-27 21:48:20 +0000
commit5f66f871816d083da9795d71f746413d6f6118f7 (patch)
tree3a7f1242c3e43149755c65e98fcf6f9c3ed87499 /tests/auto/network/kernel/qhostinfo
parent6a9d076e87f0c8aa4fb49bbcc2f56eefd85af2e3 (diff)
Stop depending on test.macieira.org
We have had test.qt-project.org for close to 3 years now. Change-Id: I71488efd29b645f7b228fffd14fadf4627288243 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
Diffstat (limited to 'tests/auto/network/kernel/qhostinfo')
-rw-r--r--tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp b/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp
index 2671c253cb..14bffaf7ca 100644
--- a/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp
+++ b/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp
@@ -76,7 +76,7 @@
#include "../../../network-settings.h"
-#define TEST_DOMAIN ".test.macieira.org"
+#define TEST_DOMAIN ".test.qt-project.org"
class tst_QHostInfo : public QObject