mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 15:42:39 +02:00
Tests run without Interface crashing.
This commit is contained in:
parent
c3c41700f6
commit
4ef54cd4f2
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue