Skip to content

Commit 82a7a1a

Browse files
Updates Unit tests
1 parent 983eb6e commit 82a7a1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Implementation/UnitTest/amc_unittests_signalslot.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ namespace AMCUnitTest {
8585
private:
8686
void initializeTelemetry()
8787
{
88-
std::string sRootPath = "testoutput";
88+
std::string sRootPath = "Output/temp";
8989
if (!AMCCommon::CUtils::fileOrPathExistsOnDisk(sRootPath))
9090
AMCCommon::CUtils::createDirectoryOnDisk(sRootPath);
9191

Implementation/UnitTest/amc_unittests_statejournal.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ namespace AMCUnitTest {
8080
sStateJournalFixture createFixture(const std::string& sSuffix) {
8181
sStateJournalFixture fixture;
8282

83-
std::string sRootPath = "testoutput";
83+
std::string sRootPath = "Output/temp";
8484
if (!AMCCommon::CUtils::fileOrPathExistsOnDisk(sRootPath))
8585
AMCCommon::CUtils::createDirectoryOnDisk(sRootPath);
8686

0 commit comments

Comments
 (0)