Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure using correct rmw implementation in tests #66

Merged
merged 3 commits into from
May 25, 2016

Conversation

dhood
Copy link
Member

@dhood dhood commented May 17, 2016

Have been discussing adding image_tools tests with @wjwwood but in the meantime this is the change for the existing tests.

Connects to ros2/examples#96

@dhood dhood added the in progress Actively being worked on (Kanban column) label May 17, 2016
set_property(
TEST test_demo_${exe_list_underscore}${target_suffix}
APPEND PROPERTY
ENVIRONMENT RCL_ASSERT_RMW_ID_MATCHES=${rmw_implementation})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work? I'd add it to the ament_add_nose_test(... ENV) option.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah it works fine. I chose it because of the append capability.. I figured it would interfere the least with any future code restructuring this way

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do you think now @wjwwood

@wjwwood
Copy link
Member

wjwwood commented May 18, 2016

lgtm

@@ -1,6 +1,7 @@
import os
from launch import LaunchDescriptor
from launch.exit_handler import ignore_exit_handler
from launch.output_handler import ConsoleOutput
Copy link
Member

@dirk-thomas dirk-thomas May 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be moved one line lower to be in alphabetical order following PEP 8.

Same in the other file.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed thanks

@dhood dhood merged commit 82bbf8f into ros2:master May 25, 2016
@dhood dhood removed the in progress Actively being worked on (Kanban column) label May 25, 2016
@dhood dhood deleted the test-linking-runtime branch May 25, 2016 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants