Skip to content

Commit

Permalink
Update library/testing/TestSDKUtils.cxx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael MIGLIORE <[email protected]>
  • Loading branch information
mwestphal and Meakk authored Jan 3, 2025
1 parent b54cac1 commit e8a234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/testing/TestSDKUtils.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int TestSDKUtils(int argc, char* argv[])
test("collapsePath: relative to absolute",
f3d::utils::collapsePath("folder/file.ext").is_absolute());
test("collapsePath: relative with folder",
fs::path(f3d::utils::collapsePath("folder/file.ext", "/")) == fs::path("/folder/file.ext"));
f3d::utils::collapsePath("folder/file.ext", "/") == "/folder/file.ext");
test(
"collapsePath: remove dotdot", f3d::utils::collapsePath("/folder/../file.ext") == "/file.ext");
test("collapsePath: expand home",
Expand Down

0 comments on commit e8a234b

Please sign in to comment.