Skip to content

Commit

Permalink
only for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jul 25, 2024
1 parent c3878f0 commit bea6576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/src/libs/antares/study/test_study.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,14 @@ BOOST_FIXTURE_TEST_CASE(check_filename_limit, OneAreaStudy)
BOOST_CHECK(study->checkForFilenameLimits(false));
BOOST_CHECK(study->checkForFilenameLimits(true, "abc"));

//#ifdef YUNI_OS_WINDOWS
#ifdef YUNI_OS_WINDOWS
std::string area1name(128, 'a');
std::string area2name(128, 'b');
study->areas[0]->name = area1name;
auto areaB = study->areaAdd(area2name);
AreaAddLinkBetweenAreas(areaA, areaB);
BOOST_CHECK(!study->checkForFilenameLimits(true));
//#endif
#endif
}

BOOST_AUTO_TEST_SUITE_END() // version

0 comments on commit bea6576

Please sign in to comment.