summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp')
-rw-r--r--tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp b/tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp
index d592463..f08adcd 100644
--- a/tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp
+++ b/tests/auto/qmqttconnectionproperties/tst_qmqttconnectionproperties.cpp
@@ -142,7 +142,6 @@ void tst_QMqttConnectionProperties::receiveServerProperties()
QMqttServerConnectionProperties::ServerPropertyDetails properties = server.availableProperties();
qDebug() << "Specified properties:" << properties;
- QVERIFY(properties != 0);
if (properties & QMqttServerConnectionProperties::SessionExpiryInterval)
qDebug() << " SessionExpiryInterval:" << server.sessionExpiryInterval();
@@ -200,7 +199,7 @@ void tst_QMqttConnectionProperties::maximumPacketSize()
qDebug() << "Server accepts less data than required for this test.";
}
} else {
- qDebug() << "Server has no max packet size specified";
+ QSKIP("Server has no max packet size defined. Default is unlimited.");
}
const QString topic = QLatin1String("Qt/ConnectionProperties/some/Topic/maxSize");