Tests run without Interface crashing.

This commit is contained in:
NissimHadar 2018-11-20 17:45:37 -08:00
parent c3c41700f6
commit 4ef54cd4f2

View file

@ -350,7 +350,6 @@ void TestRunner::saveExistingHighFidelityAppDataFolder() {
if (QDir(_savedAppDataFolder).exists()) {
_savedAppDataFolder.removeRecursively();
}
if (_appDataFolder.exists()) {
// The original folder is saved in a unique name
_appDataFolder.rename(_appDataFolder.path(), _savedAppDataFolder.path());