fix(test): Set settings directory in Paths (#6584)
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
- Dev: Compile time definitions for `Windows.h` are now conditional based on `WIN32` instead of `MSVC`. (#6534)
|
- Dev: Compile time definitions for `Windows.h` are now conditional based on `WIN32` instead of `MSVC`. (#6534)
|
||||||
- Dev: Refactored split container nodes to use shared pointers. (#6435)
|
- Dev: Refactored split container nodes to use shared pointers. (#6435)
|
||||||
- Dev: Mock headers are now added as a header set if supported by CMake. (#6561)
|
- Dev: Mock headers are now added as a header set if supported by CMake. (#6561)
|
||||||
|
- Dev: Set settings directory to temporary one used in tests. (#6584)
|
||||||
|
|
||||||
## 2.5.4
|
## 2.5.4
|
||||||
|
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ public:
|
|||||||
settingsFile.flush();
|
settingsFile.flush();
|
||||||
settingsFile.close();
|
settingsFile.close();
|
||||||
}
|
}
|
||||||
|
this->paths_.settingsDirectory = this->settingsDir.path();
|
||||||
}
|
}
|
||||||
|
|
||||||
~EmptyApplication() override = default;
|
~EmptyApplication() override = default;
|
||||||
|
|||||||
Reference in New Issue
Block a user