Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2017-06-22 16:42:56 +0300
committerMarkus Goetz <markus@woboq.com>2017-06-22 16:42:56 +0300
commit59bbbd5e66e41415e79a31079d130bbc5ae296b3 (patch)
treecc2453d3bf3cc7f4b0ab34ffe8f64da3c3e1b5b2 /test/syncenginetestutils.h
parent1e98ba27c65defc9d626c1249381ccb92122e43e (diff)
Jenkinsfile: Some comments
Diffstat (limited to 'test/syncenginetestutils.h')
-rw-r--r--test/syncenginetestutils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/syncenginetestutils.h b/test/syncenginetestutils.h
index ee15d8e33..997e5054e 100644
--- a/test/syncenginetestutils.h
+++ b/test/syncenginetestutils.h
@@ -17,6 +17,12 @@
#include <QMap>
#include <QtTest>
+/*
+ * TODO: In theory we should use QVERIFY instead of Q_ASSERT for testing, but this
+ * only works when directly called from a QTest :-(
+ */
+
+
static const QUrl sRootUrl("owncloud://somehost/owncloud/remote.php/webdav/");
static const QUrl sRootUrl2("owncloud://somehost/owncloud/remote.php/dav/files/admin/");
static const QUrl sUploadUrl("owncloud://somehost/owncloud/remote.php/dav/uploads/admin/");