should help investigate failure for automated tests Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
@@ -67,6 +67,10 @@ class TestPermissions : public QObject
Q_OBJECT
private slots:
+ void initTestCase()
+ {
+ OCC::Logger::instance()->setLogDebug(true);
+ }
void t7pl()
{
@@ -85,6 +85,11 @@ class TestSyncEngine : public QObject
+
void testFileDownload() {
FakeFolder fakeFolder{FileInfo::A12_B12_C12_S12()};
ItemCompletedSpy completeSpy(fakeFolder);