Skip to content

Commit

Permalink
Add tests for loan msgs and get_options
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
  • Loading branch information
Blast545 committed Apr 24, 2020
1 parent 07a4337 commit 73d7c8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rcl/test/rcl/test_subscription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,6 @@ TEST_F(CLASSNAME(TestSubscriptionFixture, RMW_IMPLEMENTATION), test_subscription
test_msgs__msg__Strings__init(&msg_rcv);
ret = rmw_deserialize(&serialized_msg_rcv, ts, &msg_rcv);
ASSERT_EQ(RMW_RET_OK, ret);
// ASSERT_STREQ(test_string, msg_rcv.string_value.data);
ASSERT_EQ(
std::string(test_string), std::string(msg_rcv.string_value.data, msg_rcv.string_value.size));
}
Expand Down

0 comments on commit 73d7c8a

Please sign in to comment.