Skip to content

Commit

Permalink
fix tests which don't seem to run by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Jan 30, 2019
1 parent da3273d commit e7fe170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/rosgraph/test/test_roslogging.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_rosconsole__logging_format():
this_file,
'[0-9]*',
function,
'/unnamed',
'<unknown_node_name>',
'[0-9]*\.[0-9]*',
])
assert_regexp_matches(lout.getvalue().splitlines()[i], log_out)
Expand Down
2 changes: 1 addition & 1 deletion tools/rosgraph/test/test_roslogging_user_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_roslogging_user_logger():
'<filename>',
'<lineno>',
'<func_name>',
'/unnamed',
'<unknown_node_name>',
'[0-9]*\.[0-9]*',
])
assert_regexp_matches(lout.getvalue().strip(), log_expected)
Expand Down

0 comments on commit e7fe170

Please sign in to comment.