Skip to content

Commit

Permalink
joinpaths
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Nov 25, 2024
1 parent 4f26be5 commit c104657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/entity_erase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ TEST_F(PhysicsSystemFixture,
{
ServerConfig serverConfig;

serverConfig.SetSdfFile(std::string(PROJECT_SOURCE_PATH) +
"/examples/worlds/detachable_joint.sdf");
serverConfig.SetSdfFile(common::joinPaths(std::string(PROJECT_SOURCE_PATH),
"examples", "worlds", "detachable_joint.sdf"));

Server server(serverConfig);

Expand Down

0 comments on commit c104657

Please sign in to comment.