Skip to content

Commit 4bfa7d1

Browse files
author
henrykotze
committed
fix integration path for sdf file
Signed-off-by: henrykotze <henry@flycloudline.com>
1 parent f6ba198 commit 4bfa7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/lighter_than_air_dynamics.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ std::vector<math::Vector3d> LighterThanAirDynamicsTest::TestWorld(
110110
/// is loaded successfully and is stable
111111
TEST_F(LighterThanAirDynamicsTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(SpawnModel))
112112
{
113-
auto world = common::joinPaths(std::string(PROJECT_BINARY_PATH),
113+
auto world = common::joinPaths(std::string(PROJECT_SOURCE_PATH),
114114
"test", "worlds", "lighter_than_air_dynamics.sdf");
115115

116116
this->TestWorld(world, "hull");

0 commit comments

Comments
 (0)