Skip to content

Commit

Permalink
iox-#27 Multi character service description for logger test
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Feb 18, 2022
1 parent 5a1bf33 commit 4a550b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iceoryx_posh/test/moduletests/test_capro_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,10 @@ TEST_F(ServiceDescription_test, LogStreamConvertsServiceDescriptionToString)
::testing::Test::RecordProperty("TEST_ID", "42bc3f21-d9f4-4cc3-a37e-6508e1f981c1");
Logger_Mock loggerMock;

const IdString_t SERVICE_ID{"S"};
const IdString_t INSTANCE_ID{"I"};
const IdString_t EVENT_ID{"E"};
const std::string SERVICE_DESCRIPTION_AS_STRING{"Service: S, Instance: I, Event: E"};
const IdString_t SERVICE_ID{"all"};
const IdString_t INSTANCE_ID{"glory"};
const IdString_t EVENT_ID{"hypnotoad"};
const std::string SERVICE_DESCRIPTION_AS_STRING{"Service: all, Instance: glory, Event: hypnotoad"};
auto sut = ServiceDescription{SERVICE_ID, INSTANCE_ID, EVENT_ID};

{
Expand Down

0 comments on commit 4a550b8

Please sign in to comment.