mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:24:07 +02:00
Automated login.
This commit is contained in:
parent
719176b931
commit
8301b472fe
2 changed files with 5 additions and 1 deletions
BIN
tools/auto-tester/AppDataHighFidelity/Interface/AccountInfo.bin
Normal file
BIN
tools/auto-tester/AppDataHighFidelity/Interface/AccountInfo.bin
Normal file
Binary file not shown.
|
@ -180,9 +180,13 @@ void TestRunner::saveExistingHighFidelityAppDataFolder() {
|
|||
_appDataFolder = dataDirectory + "\\High Fidelity - " + getPRNumberFromURL(_url->toPlainText());
|
||||
}
|
||||
|
||||
_savedAppDataFolder = dataDirectory + "/" + UNIQUE_FOLDER_NAME;
|
||||
if (_savedAppDataFolder.exists()) {
|
||||
_savedAppDataFolder.removeRecursively();
|
||||
}
|
||||
|
||||
if (_appDataFolder.exists()) {
|
||||
// The original folder is saved in a unique name
|
||||
_savedAppDataFolder = dataDirectory + "/" + UNIQUE_FOLDER_NAME;
|
||||
_appDataFolder.rename(_appDataFolder.path(), _savedAppDataFolder.path());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue