Skip to content

Commit 08fd559

Browse files
committed
Fix build
Signed-off-by: cferreiragonz <[email protected]>
1 parent 2634698 commit 08fd559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unittest/dds/participant/ParticipantTests.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -935,9 +935,9 @@ TEST(ParticipantTests, NoBuiltinMetatrafficMulticastForClients)
935935
EXPECT_EQ(attributes.builtin.metatrafficMulticastLocatorList.size(), 0);
936936

937937
DomainParticipantQos result_qos = participant->get_qos();
938-
EXPECT_EQ(RETCODE_OK, participant->set_qos(result_qos));
938+
EXPECT_EQ(ReturnCode_t::RETCODE_OK, participant->set_qos(result_qos));
939939

940-
EXPECT_EQ(RETCODE_OK, DomainParticipantFactory::get_instance()->delete_participant(participant));
940+
EXPECT_EQ(ReturnCode_t::RETCODE_OK, DomainParticipantFactory::get_instance()->delete_participant(participant));
941941
}
942942

943943

0 commit comments

Comments
 (0)