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 4fc76e2 commit a68ff3e
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{"elfenpiff"};
const IdString_t INSTANCE_ID{"is"};
const IdString_t EVENT_ID{"stupid"};
const std::string SERVICE_DESCRIPTION_AS_STRING{"Service: elfenpiff, Instance: is, Event: stupid"};
auto sut = ServiceDescription{SERVICE_ID, INSTANCE_ID, EVENT_ID};

{
Expand Down

0 comments on commit a68ff3e

Please sign in to comment.