Skip to content

Commit

Permalink
Fix test with latest version of YARP
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Mar 23, 2024
1 parent 3a1f4de commit 937408a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ TEST_CASE("dev::rangefinder2D_controlBoard_nws_ros2_test", "[yarp::dev]")
{
Property pcfg_fake;
pcfg_fake.put("device", "fakeLaserWithMotor");
pcfg_fake.put("test", "use_pattern");
REQUIRE(ddfake.open(pcfg_fake));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ TEST_CASE("dev::Rangefinder2D_nws_ros2_test", "[yarp::dev]")
{
Property pcfg_fake;
pcfg_fake.put("device", "fakeLaser");
pcfg_fake.put("test", "use_pattern");
REQUIRE(ddfake.open(pcfg_fake));
}

Expand Down

0 comments on commit 937408a

Please sign in to comment.