fix debug in coap test

This commit is contained in:
Simon Stürz 2016-04-13 14:26:07 +02:00 committed by Michael Zanetti
parent 4f2de595c8
commit ccdc2bd18e

View File

@ -159,7 +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();
qDebug() << reply->isRunning() << reply->errorString();
spy.wait();
QVERIFY2(spy.count() > 0, "Did not get a response.");