From d212ac7d16a7cf9c21f93fe85ca280ab79529707 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Tue, 14 Apr 2015 13:45:09 +0200 Subject: [PATCH] test xmlparser: Verify call to parse() --- test/testxmlparse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testxmlparse.h b/test/testxmlparse.h index 78f2db0a3..4e871902c 100644 --- a/test/testxmlparse.h +++ b/test/testxmlparse.h @@ -108,7 +108,7 @@ private slots: this, SLOT(slotFinishedSuccessfully()) ); QHash sizes; - parser.parse( testXml, &sizes ); + QVERIFY(parser.parse( testXml, &sizes )); QVERIFY(_success); QVERIFY(sizes.size() == 0 ); // No quota info in the XML -- 2.30.2