mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +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()) {
|
if (QDir(_savedAppDataFolder).exists()) {
|
||||||
_savedAppDataFolder.removeRecursively();
|
_savedAppDataFolder.removeRecursively();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_appDataFolder.exists()) {
|
if (_appDataFolder.exists()) {
|
||||||
// The original folder is saved in a unique name
|
// The original folder is saved in a unique name
|
||||||
_appDataFolder.rename(_appDataFolder.path(), _savedAppDataFolder.path());
|
_appDataFolder.rename(_appDataFolder.path(), _savedAppDataFolder.path());
|
||||||
|
|
Loading…
Reference in a new issue