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>
This commit is contained in:
parent
6a9d076e87
commit
5f66f87181
@ -43,7 +43,7 @@ private slots:
|
|||||||
void tst_QDnsLookup_Appless::noApplication()
|
void tst_QDnsLookup_Appless::noApplication()
|
||||||
{
|
{
|
||||||
QTest::ignoreMessage(QtWarningMsg, "QDnsLookup requires a QCoreApplication");
|
QTest::ignoreMessage(QtWarningMsg, "QDnsLookup requires a QCoreApplication");
|
||||||
QDnsLookup dns(QDnsLookup::A, "a-single.test.macieira.org");
|
QDnsLookup dns(QDnsLookup::A, "a-single.test.qt-project.org");
|
||||||
dns.lookup();
|
dns.lookup();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ void tst_QDnsLookup_Appless::recreateApplication()
|
|||||||
char **argv = 0;
|
char **argv = 0;
|
||||||
for (int i = 0; i < 10; ++i) {
|
for (int i = 0; i < 10; ++i) {
|
||||||
QCoreApplication app(argc, argv);
|
QCoreApplication app(argc, argv);
|
||||||
QDnsLookup dns(QDnsLookup::A, "a-single.test.macieira.org");
|
QDnsLookup dns(QDnsLookup::A, "a-single.test.qt-project.org");
|
||||||
dns.lookup();
|
dns.lookup();
|
||||||
if (!dns.isFinished()) {
|
if (!dns.isFinished()) {
|
||||||
QObject::connect(&dns, SIGNAL(finished()),
|
QObject::connect(&dns, SIGNAL(finished()),
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
#include "../../../network-settings.h"
|
#include "../../../network-settings.h"
|
||||||
|
|
||||||
#define TEST_DOMAIN ".test.macieira.org"
|
#define TEST_DOMAIN ".test.qt-project.org"
|
||||||
|
|
||||||
|
|
||||||
class tst_QHostInfo : public QObject
|
class tst_QHostInfo : public QObject
|
||||||
|
Loading…
x
Reference in New Issue
Block a user