Skip to content

Commit

Permalink
Adjust expectations in the "ros2 bag info" integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Orlov <[email protected]>
  • Loading branch information
MichaelOrlov committed Jul 13, 2024
1 parent d73b510 commit 8fb28fd
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ TEST_P(InfoEndToEndTestFixture, info_end_to_end_test) {
"\nStorage id: " + expected_storage +
"\nROS Distro: " + expected_ros_distro +
"\nDuration: 0\\.151s"
"\nStart: Apr .+ 2020 .*:.*:36.763 \\(1586406456\\.763\\)"
"\nEnd: Apr .+ 2020 .*:.*:36.914 \\(1586406456\\.914\\)"
"\nStart: Apr .+ 2020 .*:.*:36.763 \\(1586406456\\.763032325\\)"
"\nEnd: Apr .+ 2020 .*:.*:36.914 \\(1586406456\\.914169506\\)"
"\nMessages: 7"
"\nTopic information: "));
EXPECT_THAT(
Expand Down Expand Up @@ -95,8 +95,8 @@ TEST_P(InfoEndToEndTestFixture, info_with_verbose_option_and_topic_name_option)
"\nStorage id: " + expected_storage +
"\nROS Distro: " + expected_ros_distro +
"\nDuration: 0\\.70s"
"\nStart: Nov 7 2023 .*:30:36\\..* \\(1699345836\\..*\\)"
"\nEnd: Nov 7 2023 .*:30:36\\..* \\(1699345836\\..*\\)"
"\nStart: Nov 7 2023 .*:30:36\\..* \\(1699345836\\.023194036\\)"
"\nEnd: Nov 7 2023 .*:30:36\\..* \\(1699345836\\.093827766\\)"
"\nMessages: 2"
"\nTopic information: "));

Expand All @@ -123,8 +123,8 @@ TEST_P(InfoEndToEndTestFixture, info_with_verbose_option_end_to_end_test) {
"\nStorage id: " + expected_storage +
"\nROS Distro: " + expected_ros_distro +
"\nDuration: 0\\.70s"
"\nStart: Nov 7 2023 .*:30:36\\..* \\(1699345836\\..*\\)"
"\nEnd: Nov 7 2023 .*:30:36\\..* \\(1699345836\\..*\\)"
"\nStart: Nov 7 2023 .*:30:36\\..* \\(1699345836\\.023194036\\)"
"\nEnd: Nov 7 2023 .*:30:36\\..* \\(1699345836\\.093827766\\)"
"\nMessages: 2"
"\nTopic information: "));
EXPECT_THAT(
Expand Down

0 comments on commit 8fb28fd

Please sign in to comment.