[Pkg-owncloud-commits] [owncloud-client] 73/470: Fix TestXmlParse::testParser1
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:24:46 UTC 2016
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 75c99bf2b10e7bd93cf709038ae458ee5bda1493
Author: Jocelyn Turcotte <jturcotte at woboq.com>
Date: Thu Feb 25 20:44:18 2016 +0100
Fix TestXmlParse::testParser1
---
test/testxmlparse.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/testxmlparse.h b/test/testxmlparse.h
index 167cb15..39d3f75 100644
--- a/test/testxmlparse.h
+++ b/test/testxmlparse.h
@@ -116,7 +116,7 @@ private slots:
QVERIFY(parser.parse( testXml, &sizes, "/oc/remote.php/webdav/sharefolder" ));
QVERIFY(_success);
- QVERIFY(sizes.size() == 0 ); // No quota info in the XML
+ QCOMPARE(sizes.size(), 1 ); // Quota info in the XML
QVERIFY(_items.contains("/oc/remote.php/webdav/sharefolder/quitte.pdf"));
QVERIFY(_items.contains("/oc/remote.php/webdav/sharefolder"));
--
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