From 4f2de595c8c943615c783eed1fa032b98f1cf7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 13 Apr 2016 14:20:05 +0200 Subject: [PATCH] improve coap code coverage --- tests/auto/coap/coaptests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/coap/coaptests.cpp b/tests/auto/coap/coaptests.cpp index ebbe693b..244b382a 100644 --- a/tests/auto/coap/coaptests.cpp +++ b/tests/auto/coap/coaptests.cpp @@ -159,6 +159,7 @@ void CoapTests::hello() QSignalSpy spy(m_coap, SIGNAL(replyFinished(CoapReply*))); CoapReply *reply = m_coap->get(request); + qDebug() << reply->isRunning() << reply->requestData() << reply->errorString(); spy.wait(); QVERIFY2(spy.count() > 0, "Did not get a response.");