summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qhostinfo
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-02-27 09:39:01 -0800
committerThiago Macieira <thiago.macieira@intel.com>2015-03-01 18:45:56 +0000
commitf9c70128bbb45ea4b206920dda7c330afa74916a (patch)
tree26a131335a91b071ca9da8a98d874a7842e5bca6 /tests/auto/network/kernel/qhostinfo
parent5f2f38854f20e04dbd8ae25ed0b346b85450e116 (diff)
Revert "Update the DNS and name-resolver tests to the official zone"
This reverts commit 24c52bd44b700725d4feec0d2e05a7e382e59c4e and makes the Qt unit tests requiring DNS zones to use the temporary test zone in macieira.org (Thiago's domain). Change-Id: Ia0aac2f09e9245339951ffff13c6d3752c83b773 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
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 a1faacfd69..416981d843 100644
--- a/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp
+++ b/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp
@@ -85,7 +85,7 @@
#include "../../../network-settings.h"
-#define TEST_DOMAIN ".test.qt-project.org"
+#define TEST_DOMAIN ".test.macieira.org"
class tst_QHostInfo : public QObject