mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-05-02 03:34:03 +02:00
Updates test to fit new configuration default value.
Signed-off-by: Camila San <hello@camila.codes>
This commit is contained in:
parent
7f3c3f6eb6
commit
b5b2ef3120
@ -8,6 +8,7 @@
|
|||||||
#include <QtTest>
|
#include <QtTest>
|
||||||
#include "syncenginetestutils.h"
|
#include "syncenginetestutils.h"
|
||||||
#include <syncengine.h>
|
#include <syncengine.h>
|
||||||
|
#include <configfile.h>
|
||||||
|
|
||||||
using namespace OCC;
|
using namespace OCC;
|
||||||
|
|
||||||
@ -48,6 +49,8 @@ private slots:
|
|||||||
{
|
{
|
||||||
QFETCH(bool, deleteOnRemote);
|
QFETCH(bool, deleteOnRemote);
|
||||||
FakeFolder fakeFolder{FileInfo::A12_B12_C12_S12()};
|
FakeFolder fakeFolder{FileInfo::A12_B12_C12_S12()};
|
||||||
|
ConfigFile config;
|
||||||
|
config.setPromptDeleteFiles(true);
|
||||||
|
|
||||||
//Just set a blacklist so we can check it is still there. This directory does not exists but
|
//Just set a blacklist so we can check it is still there. This directory does not exists but
|
||||||
// that does not matter for our purposes.
|
// that does not matter for our purposes.
|
||||||
|
Loading…
Reference in New Issue
Block a user