@@ -1356,7 +1356,7 @@ TEST_F(database_queue_tests, push_datawriter)
1356
1356
std::chrono::system_clock::time_point timestamp = std::chrono::system_clock::now();
1357
1357
1358
1358
// Create the writer info
1359
- std::string datawriter_name = " DataWriter_topic_name_0 .0.0.1" ; // < Name constructed from the topic and entity_id
1359
+ std::string datawriter_name = "topic_name_0 .0.0.1"; //< Name constructed from the topic and entity_id
1360
1360
Qos datawriter_qos;
1361
1361
std::string datawriter_guid_str = "01.02.03.04.05.06.07.08.09.0a.0b.0c|0.0.0.1";
1362
1362
std::string topic_name = "topic_name";
@@ -1594,7 +1594,7 @@ TEST_F(database_queue_tests, push_datawriter_topic_does_not_exist)
1594
1594
std::chrono::system_clock::time_point timestamp = std::chrono::system_clock::now();
1595
1595
1596
1596
// Create the writer info
1597
- std::string datawriter_name = " DataWriter_topic_name_0 .0.0.1" ; // < Name constructed from the topic and entity_id
1597
+ std::string datawriter_name = "topic_name_0 .0.0.1"; //< Name constructed from the topic and entity_id
1598
1598
Qos datawriter_qos;
1599
1599
std::string datawriter_guid_str = "01.02.03.04.05.06.07.08.09.0a.0b.0c|0.0.0.1";
1600
1600
std::string topic_name = "topic_name";
@@ -1720,7 +1720,7 @@ TEST_F(database_queue_tests, push_datareader)
1720
1720
std::chrono::system_clock::time_point timestamp = std::chrono::system_clock::now();
1721
1721
1722
1722
// Create the reader info
1723
- std::string datareader_name = " DataReader_topic_name_0 .0.0.2" ; // < Name constructed from the topic and entity_id
1723
+ std::string datareader_name = "topic_name_0 .0.0.2"; //< Name constructed from the topic and entity_id
1724
1724
Qos datareader_qos;
1725
1725
std::string datareader_guid_str = "01.02.03.04.05.06.07.08.09.0a.0b.0c|0.0.0.2";
1726
1726
std::string topic_name = "topic_name";
@@ -1958,7 +1958,7 @@ TEST_F(database_queue_tests, push_datareader_topic_does_not_exist)
1958
1958
std::chrono::system_clock::time_point timestamp = std::chrono::system_clock::now();
1959
1959
1960
1960
// Create the reader info
1961
- std::string datareader_name = " DataReader_topic_name_0 .0.0.2" ; // < Name constructed from the topic and entity_id
1961
+ std::string datareader_name = "topic_name_0 .0.0.2"; //< Name constructed from the topic and entity_id
1962
1962
Qos datareader_qos;
1963
1963
std::string datareader_guid_str = "01.02.03.04.05.06.07.08.09.0a.0b.0c|0.0.0.2";
1964
1964
std::string topic_name = "topic_name";
0 commit comments