We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983eb6e commit 82a7a1aCopy full SHA for 82a7a1a
2 files changed
Implementation/UnitTest/amc_unittests_signalslot.hpp
@@ -85,7 +85,7 @@ namespace AMCUnitTest {
85
private:
86
void initializeTelemetry()
87
{
88
- std::string sRootPath = "testoutput";
+ std::string sRootPath = "Output/temp";
89
if (!AMCCommon::CUtils::fileOrPathExistsOnDisk(sRootPath))
90
AMCCommon::CUtils::createDirectoryOnDisk(sRootPath);
91
Implementation/UnitTest/amc_unittests_statejournal.hpp
@@ -80,7 +80,7 @@ namespace AMCUnitTest {
80
sStateJournalFixture createFixture(const std::string& sSuffix) {
81
sStateJournalFixture fixture;
82
83
84
0 commit comments