Skip to content

Commit

Permalink
Fix unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnarManafov committed Oct 9, 2023
1 parent 7bfb0ff commit 27525c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dds-user-defaults/tests/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ BOOST_AUTO_TEST_CASE(Test_UserDefaults_CustomCfgPath)
{
const string sidTempalte("ed0eac3e-24d7-4cae-a46c-a1cece17d7fc");
int ret = setenv("DDS_SESSION_ID", sidTempalte.c_str(), 1);
BOOST_TEST(ret == 0, "Failed to set DDS_SESSION_ID");

fs::path pathCfg{ fs::temp_directory_path() / fs::unique_path() };
fs::create_directories(pathCfg);
Expand Down

0 comments on commit 27525c7

Please sign in to comment.