@@ -600,7 +600,7 @@ class database_tests : public ::testing::Test
600
600
std::shared_ptr<Domain> domain;
601
601
EntityId domain_id;
602
602
std::string participant_name = " test_participant" ;
603
- std::string participant_guid = " 01.02 .03.04.05.06.07.08.09.10.11.12" ;
603
+ std::string participant_guid = " 01.0f .03.04.05.06.07.08.09.10.11.12" ;
604
604
std::shared_ptr<DomainParticipant> participant;
605
605
EntityId participant_id;
606
606
std::string topic_name = " test_topic" ;
@@ -610,13 +610,13 @@ class database_tests : public ::testing::Test
610
610
std::string writer_locator_name = " test_writer_locator" ;
611
611
std::shared_ptr<Locator> writer_locator;
612
612
std::string writer_name = " test_writer" ;
613
- std::string writer_guid = " 01.02 .03.04.05.06.07.08.09.10.11.12|0.0.0.1" ;
613
+ std::string writer_guid = " 01.0f .03.04.05.06.07.08.09.10.11.12|0.0.0.1" ;
614
614
std::shared_ptr<DataWriter> writer;
615
615
EntityId writer_id;
616
616
std::string reader_locator_name = " test_reader_locator" ;
617
617
std::shared_ptr<Locator> reader_locator;
618
618
std::string reader_name = " test_reader" ;
619
- std::string reader_guid = " 01.02 .03.04.05.06.07.08.09.10.11.12|0.0.0.2" ;
619
+ std::string reader_guid = " 01.0f .03.04.05.06.07.08.09.10.11.12|0.0.0.2" ;
620
620
std::shared_ptr<DataReader> reader;
621
621
EntityId reader_id;
622
622
@@ -2658,7 +2658,7 @@ TEST_F(database_tests, insert_monitor_service_sample_connection_list)
2658
2658
eprosima::fastdds::statistics::detail::GUID_s guid_s;
2659
2659
eprosima::fastdds::
2660
2660
rtps::GUID_t guid_t ;
2661
- std::stringstream guid_str (" 01.02 .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.c1" );
2661
+ std::stringstream guid_str (" 01.0f .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.c1" );
2662
2662
guid_str >> guid_t ;
2663
2663
memcpy (guid_s.guidPrefix ().value ().data (), guid_t .guidPrefix .value , eprosima::fastdds::
2664
2664
rtps::GuidPrefix_t::size);
@@ -2688,7 +2688,7 @@ TEST_F(database_tests, insert_monitor_service_sample_connection_list)
2688
2688
eprosima::fastdds::statistics::detail::GUID_s guid_s_2;
2689
2689
eprosima::fastdds::
2690
2690
rtps::GUID_t guid_t_2;
2691
- std::stringstream guid_str_2 (" 01.02 .03.04.05.06.07.08.09.0a.0b.1c|0.0.1.c1" );
2691
+ std::stringstream guid_str_2 (" 01.0f .03.04.05.06.07.08.09.0a.0b.1c|0.0.1.c1" );
2692
2692
guid_str_2 >> guid_t_2;
2693
2693
memcpy (guid_s_2.guidPrefix ().value ().data (), guid_t_2.guidPrefix .value ,
2694
2694
eprosima::fastdds::
@@ -2734,7 +2734,7 @@ TEST_F(database_tests, insert_monitor_service_sample_connection_list_wrong_entit
2734
2734
eprosima::fastdds::statistics::detail::GUID_s guid_s;
2735
2735
eprosima::fastdds::
2736
2736
rtps::GUID_t guid_t ;
2737
- std::stringstream guid_str (" 01.02 .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.c1" );
2737
+ std::stringstream guid_str (" 01.0f .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.c1" );
2738
2738
guid_str >> guid_t ;
2739
2739
memcpy (guid_s.guidPrefix ().value ().data (), guid_t .guidPrefix .value , eprosima::fastdds::
2740
2740
rtps::GuidPrefix_t::size);
@@ -3083,7 +3083,7 @@ TEST_F(database_tests, insert_monitor_service_sample_extended_incompatible_qos)
3083
3083
{
3084
3084
ExtendedIncompatibleQosSample sample;
3085
3085
eprosima::fastdds::statistics::ExtendedIncompatibleQoSStatus_s status;
3086
- std::stringstream remote_entity_guid_str (" 01.02 .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.c1" );
3086
+ std::stringstream remote_entity_guid_str (" 01.0f .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.c1" );
3087
3087
eprosima::fastdds::statistics::detail::GUID_s remote_entity_guid_s;
3088
3088
eprosima::fastdds::rtps::GUID_t remote_entity_guid_t ;
3089
3089
@@ -3137,7 +3137,7 @@ TEST_F(database_tests, insert_monitor_service_sample_extended_incompatible_qos_w
3137
3137
{
3138
3138
ExtendedIncompatibleQosSample sample;
3139
3139
eprosima::fastdds::statistics::ExtendedIncompatibleQoSStatus_s status;
3140
- std::stringstream remote_entity_guid_str (" 01.02 .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.c1" );
3140
+ std::stringstream remote_entity_guid_str (" 01.0f .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.c1" );
3141
3141
eprosima::fastdds::statistics::detail::GUID_s remote_entity_guid_s;
3142
3142
eprosima::fastdds::rtps::GUID_t remote_entity_guid_t ;
3143
3143
@@ -3554,10 +3554,10 @@ TEST_F(database_tests, get_entity_kind_by_guid)
3554
3554
eprosima::fastdds::rtps::GUID_t reader_guid_t ;
3555
3555
eprosima::fastdds::rtps::GUID_t writer_guid_t ;
3556
3556
eprosima::fastdds::rtps::GUID_t other_guid_t ;
3557
- std::stringstream participant_guid_str (" 01.02 .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.c1" );
3558
- std::stringstream reader_guid_str (" 01.02 .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.4" );
3559
- std::stringstream writer_guid_str (" 01.02 .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.3" );
3560
- std::stringstream other_guid_str (" 01.02 .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.1" );
3557
+ std::stringstream participant_guid_str (" 01.0f .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.c1" );
3558
+ std::stringstream reader_guid_str (" 01.0f .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.4" );
3559
+ std::stringstream writer_guid_str (" 01.0f .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.3" );
3560
+ std::stringstream other_guid_str (" 01.0f .03.04.05.06.07.08.09.0a.0b.0c|0.0.1.1" );
3561
3561
3562
3562
participant_guid_str >> participant_guid_t ;
3563
3563
memcpy (
0 commit comments