[Pkg-owncloud-commits] [owncloud-client] 104/159: test xmlparser: Verify call to parse()
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri May 1 13:05:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit d212ac7d16a7cf9c21f93fe85ca280ab79529707
Author: Klaas Freitag <freitag at owncloud.com>
Date: Tue Apr 14 13:45:09 2015 +0200
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 78f2db0..4e87190 100644
--- 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list