diff options
Diffstat (limited to 'tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp')
| -rw-r--r-- | tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp b/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp index dbfca713..94e59eeb 100644 --- a/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp +++ b/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp @@ -16,8 +16,9 @@ static void parsePacketWithStream(T &packet, const QByteArray &xml) QString err; bool parsingSuccess = doc.setContent(wrappedXml, true, &err); - if (!err.isNull()) + if (!err.isNull()) { qDebug() << err; + } QVERIFY(parsingSuccess); packet.parse(doc.documentElement().firstChildElement()); |
