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

remove trailing whitespaces #81

Merged
merged 1 commit into from
Jul 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/ref_server_test.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<node pkg="actionlib" type="actionlib-ref_server" name="ref_server" output="screen" />

<test test-name="ref_server_test" pkg="actionlib" type="actionlib-simple_client_test" />
</launch>
2 changes: 1 addition & 1 deletion test/simple_client_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void easyOldDoneCallback(bool* called, const TerminalState& terminal_state, cons
<< "Expected [SUCCEEDED], but terminal state is [" << terminal_state.toString() << "]";
}

/* Intermittent failures #5087
/* Intermittent failures #5087
TEST(SimpleClient, easy_callback)
{
ros::NodeHandle n;
Expand Down
2 changes: 1 addition & 1 deletion test/test_python_server.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<node pkg="actionlib" type="ref_server.py" name="ref_server" output="screen" />

<test test-name="test_python_server" pkg="actionlib" type="actionlib-simple_client_test"/>
</launch>
3 changes: 1 addition & 2 deletions test/test_python_server2.launch
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<launch>
<node pkg="actionlib" type="ref_server.py" name="ref_server" output="screen" />

<test test-name="test_python_server" pkg="actionlib" type="simple_python_client_test.py"/>

<test test-name="test_python_server" pkg="actionlib" type="simple_python_client_test.py"/>
</launch>
4 changes: 1 addition & 3 deletions test/test_python_server3.launch
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<launch>

<node pkg="actionlib" type="ref_server.py" name="ref_server" output="screen" />

<test test-name="test_python_server3" pkg="actionlib" type="test_ref_action_server.py"/>

<test test-name="test_python_server3" pkg="actionlib" type="test_ref_action_server.py"/>
</launch>
2 changes: 1 addition & 1 deletion test/test_python_simple_client.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<node pkg="actionlib" type="actionlib-simple_execute_ref_server" name="ref_server" output="screen" />

<test test-name="simple_python_client_test" pkg="actionlib" type="simple_python_client_test.py" />
</launch>
2 changes: 1 addition & 1 deletion test/test_python_simple_server.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<node pkg="actionlib" type="ref_simple_server.py" name="ref_simple_server" output="screen"/>

<test test-name="test_simple_python_server" pkg="actionlib" type="test_ref_simple_action_server.py" />
</launch>
2 changes: 1 addition & 1 deletion test/test_simple_action_server_deadlock_python.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<node pkg="actionlib" type="simple_action_server_deadlock_companion.py" name="deadlock_companion_3" required="false"/>
<node pkg="actionlib" type="simple_action_server_deadlock_companion.py" name="deadlock_companion_4" required="false"/>
<node pkg="actionlib" type="simple_action_server_deadlock_companion.py" name="deadlock_companion_5" required="false"/>

<!-- Actual testing node -->
<test pkg="actionlib" type="test_simple_action_server_deadlock.py" test-name="test_simple_action_server_deadlock" />
</launch>