Skip to content

Commit 4a550b8

Browse files
committed
iox-#27 Multi character service description for logger test
1 parent 5a1bf33 commit 4a550b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

iceoryx_posh/test/moduletests/test_capro_service.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,10 @@ TEST_F(ServiceDescription_test, LogStreamConvertsServiceDescriptionToString)
434434
::testing::Test::RecordProperty("TEST_ID", "42bc3f21-d9f4-4cc3-a37e-6508e1f981c1");
435435
Logger_Mock loggerMock;
436436

437-
const IdString_t SERVICE_ID{"S"};
438-
const IdString_t INSTANCE_ID{"I"};
439-
const IdString_t EVENT_ID{"E"};
440-
const std::string SERVICE_DESCRIPTION_AS_STRING{"Service: S, Instance: I, Event: E"};
437+
const IdString_t SERVICE_ID{"all"};
438+
const IdString_t INSTANCE_ID{"glory"};
439+
const IdString_t EVENT_ID{"hypnotoad"};
440+
const std::string SERVICE_DESCRIPTION_AS_STRING{"Service: all, Instance: glory, Event: hypnotoad"};
441441
auto sut = ServiceDescription{SERVICE_ID, INSTANCE_ID, EVENT_ID};
442442

443443
{

0 commit comments

Comments
 (0)