projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2bae21
)
test xmlparser: Verify call to parse()
author
Klaas Freitag
<freitag@owncloud.com>
Tue, 14 Apr 2015 11:45:09 +0000
(13:45 +0200)
committer
Klaas Freitag
<freitag@owncloud.com>
Tue, 14 Apr 2015 11:45:09 +0000
(13:45 +0200)
test/testxmlparse.h
patch
|
blob
|
history
diff --git
a/test/testxmlparse.h
b/test/testxmlparse.h
index 78f2db0a31af7ed2bb6f40523bf5a0db9da88151..4e871902c448010020ceb75aa397cc95057012ab 100644
(file)
--- a/
test/testxmlparse.h
+++ b/
test/testxmlparse.h
@@
-108,7
+108,7
@@
private slots:
this, SLOT(slotFinishedSuccessfully()) );
QHash <QString, qint64> sizes;
-
parser.parse( testXml, &sizes
);
+
QVERIFY(parser.parse( testXml, &sizes )
);
QVERIFY(_success);
QVERIFY(sizes.size() == 0 ); // No quota info in the XML