testLaunchOnStartup shouldn't fail on dev setup
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 27 May 2020 13:11:25 +0000 (15:11 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 27 May 2020 13:11:25 +0000 (15:11 +0200)
commitb39a14bf2b3b05747174d5ae4b20dae964ed2021
tree549d8126a02d3d304e507e9309603cae772ec505
parentccc409dbd064f6acaa88a410d3f35d0e195d0427
testLaunchOnStartup shouldn't fail on dev setup

This test was failing locally for me. Indeed, through QStandardPaths it
was finding the user settings of my production client and not having the
initial state it expected. Using QStandardPaths test mode then it starts
from a clean slate every time.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
test/testutility.cpp