Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/unit_test_fix' into msvc2022_sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
unknown committed Oct 13, 2023
2 parents 4f6cb9e + 1636d13 commit 26f7524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gotools-core/test/unit/LoopUtilsTest.C
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public:
#ifdef GOTOOLS_TEST_PRIVATE_DATA

// Path relative to build/gotools-extra/step_reader
const string datadir_priv = "../../../gotools-private-data/step_reader/data3/Ford/";
const string datadir_priv = "../../gotools-private-data/step_reader/data3/Ford/";

infiles.push_back(datadir_priv + "Ford_Hood_Outer_001_sf_303.g2");
infiles.push_back(datadir_priv + "Ford_Hood_Hinge_Reinf_001_sf_7.g2");
Expand Down
2 changes: 1 addition & 1 deletion gotools-core/test/unit/fixInvalidBoundedSurfaceTest.C
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public:
#ifdef GOTOOLS_TEST_PRIVATE_DATA

// Path relative to build/gotools-extra/step_reader
const string datadir_priv = "../../../gotools-private-data/step_reader/data3/";
const string datadir_priv = "../../gotools-private-data/step_reader/data3/";

// Ford models.
infiles.push_back(datadir_priv + "Ford/Ford_Car_Hood_inner_001_obj_378.g2");
Expand Down

0 comments on commit 26f7524

Please sign in to comment.