Skip to content

Commit db507af

Browse files
remove rmw_connext from test. (ros2#1226) (ros2#1227)
(cherry picked from commit 9c6da4d) Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
1 parent 57dc28e commit db507af

1 file changed

Lines changed: 0 additions & 34 deletions

File tree

rcl/test/rcl/test_get_actual_qos.cpp

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -403,40 +403,6 @@ get_parameters(bool for_publisher)
403403
"system_default_publisher_qos"
404404
});
405405
}
406-
} else {
407-
// TODO(asorbini): Remove this block once ros2/rmw_connext is deprecated.
408-
if (rmw_implementation_str == "rmw_connext_cpp" ||
409-
rmw_implementation_str == "rmw_connext_dynamic_cpp")
410-
{
411-
/*
412-
* Test with non-default settings.
413-
*/
414-
parameters.push_back(
415-
{
416-
nondefault_qos_profile(),
417-
expected_nondefault_qos_profile(),
418-
"nondefault_qos"
419-
});
420-
421-
/*
422-
* Test with system default settings.
423-
*/
424-
if (for_publisher) {
425-
parameters.push_back(
426-
{
427-
rmw_qos_profile_system_default,
428-
expected_system_default_publisher_qos_profile(),
429-
"system_default_publisher_qos"
430-
});
431-
} else {
432-
parameters.push_back(
433-
{
434-
rmw_qos_profile_system_default,
435-
expected_system_default_subscription_qos_profile(),
436-
"system_default_publisher_qos"
437-
});
438-
}
439-
}
440406
}
441407

442408
return parameters;

0 commit comments

Comments
 (0)