Skip to content

Commit

Permalink
Better test output
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roncagliolo <[email protected]>
  • Loading branch information
roncapat committed Nov 10, 2023
1 parent dfa534a commit 358016d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions rosbag2_transport/test/rosbag2_transport/test_play_params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ TEST_F(RosBag2PlayTestFixture, parse_parameter_from_file) {

YAML::Emitter emitter;
emitter
<< YAML::Comment("params.yaml")
<< YAML::Newline << YAML::Comment("params.yaml")
<< param_node << YAML::Newline
<< YAML::Comment("overrides.yaml")
<< YAML::Newline << YAML::Comment("overrides.yaml")
<< qos_node << YAML::Newline
<< YAML::Comment("node parameters")
<< yaml_play_opt << YAML::Newline;
<< YAML::Newline << YAML::Comment("node play parameters")
<< yaml_play_opt << YAML::Newline
<< YAML::Newline << YAML::Comment("node storage parameters")
<< yaml_storage_opt << YAML::Newline;

std::cout << emitter.c_str() << std::endl;

Expand Down

0 comments on commit 358016d

Please sign in to comment.