@@ -481,7 +481,7 @@ TEST_P(DDSPersistenceTests, PubSubAsReliablePubPersistentBehavesAsTransient)
481
481
.history_kind (eprosima::fastdds::dds::KEEP_ALL_HISTORY_QOS)
482
482
.resource_limits_max_samples (100 )
483
483
.reliability (eprosima::fastdds::dds::RELIABLE_RELIABILITY_QOS)
484
- // A PERSISTENT writer with a persistence guid must behave as TRANSIENT
484
+ // A PERSISTENT writer with a persistence guid must behave as TRANSIENT
485
485
.make_persistent (db_file_name (), " 77.72.69.74.65.72.5f.70.65.72.73.5f|67.75.69.64" )
486
486
.init ();
487
487
@@ -501,7 +501,7 @@ TEST_P(DDSPersistenceTests, PubSubAsReliablePubPersistentBehavesAsTransient)
501
501
.history_kind (eprosima::fastdds::dds::KEEP_LAST_HISTORY_QOS)
502
502
.history_depth (10 )
503
503
.reliability (eprosima::fastdds::dds::RELIABLE_RELIABILITY_QOS)
504
- // A TRANSIENT reader with no persistence guid should behave as TRANSIENT_LOCAL
504
+ // A TRANSIENT reader with no persistence guid should behave as TRANSIENT_LOCAL
505
505
.durability_kind (eprosima::fastdds::dds::TRANSIENT_DURABILITY_QOS)
506
506
.init ();
507
507
@@ -531,7 +531,7 @@ TEST_P(DDSPersistenceTests, PubSubAsReliablePubTransientWithNoPersistenceGUIDBeh
531
531
.history_kind (eprosima::fastdds::dds::KEEP_ALL_HISTORY_QOS)
532
532
.resource_limits_max_samples (100 )
533
533
.reliability (eprosima::fastdds::dds::RELIABLE_RELIABILITY_QOS)
534
- // A TRANSIENT writer with a persistence guid must behave as TRANSIENT_LOCAL
534
+ // A TRANSIENT writer with a persistence guid must behave as TRANSIENT_LOCAL
535
535
.durability_kind (eprosima::fastdds::dds::TRANSIENT_DURABILITY_QOS)
536
536
.init ();
537
537
@@ -550,7 +550,7 @@ TEST_P(DDSPersistenceTests, PubSubAsReliablePubTransientWithNoPersistenceGUIDBeh
550
550
.history_kind (eprosima::fastdds::dds::KEEP_LAST_HISTORY_QOS)
551
551
.history_depth (10 )
552
552
.reliability (eprosima::fastdds::dds::RELIABLE_RELIABILITY_QOS)
553
- // A TRANSIENT reader with no persistence guid should behave as TRANSIENT_LOCAL
553
+ // A TRANSIENT reader with no persistence guid should behave as TRANSIENT_LOCAL
554
554
.durability_kind (eprosima::fastdds::dds::TRANSIENT_DURABILITY_QOS)
555
555
.init ();
556
556
0 commit comments