Skip to content

Commit 0029486

Browse files
committed
Refs #21538: Linter
Signed-off-by: Mario Dominguez <[email protected]>
1 parent 65d5717 commit 0029486

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/blackbox/common/DDSBlackboxTestsPersistence.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ TEST_P(DDSPersistenceTests, PubSubAsReliablePubPersistentBehavesAsTransient)
481481
.history_kind(eprosima::fastdds::dds::KEEP_ALL_HISTORY_QOS)
482482
.resource_limits_max_samples(100)
483483
.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
485485
.make_persistent(db_file_name(), "77.72.69.74.65.72.5f.70.65.72.73.5f|67.75.69.64")
486486
.init();
487487

@@ -501,7 +501,7 @@ TEST_P(DDSPersistenceTests, PubSubAsReliablePubPersistentBehavesAsTransient)
501501
.history_kind(eprosima::fastdds::dds::KEEP_LAST_HISTORY_QOS)
502502
.history_depth(10)
503503
.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
505505
.durability_kind(eprosima::fastdds::dds::TRANSIENT_DURABILITY_QOS)
506506
.init();
507507

@@ -531,7 +531,7 @@ TEST_P(DDSPersistenceTests, PubSubAsReliablePubTransientWithNoPersistenceGUIDBeh
531531
.history_kind(eprosima::fastdds::dds::KEEP_ALL_HISTORY_QOS)
532532
.resource_limits_max_samples(100)
533533
.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
535535
.durability_kind(eprosima::fastdds::dds::TRANSIENT_DURABILITY_QOS)
536536
.init();
537537

@@ -550,7 +550,7 @@ TEST_P(DDSPersistenceTests, PubSubAsReliablePubTransientWithNoPersistenceGUIDBeh
550550
.history_kind(eprosima::fastdds::dds::KEEP_LAST_HISTORY_QOS)
551551
.history_depth(10)
552552
.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
554554
.durability_kind(eprosima::fastdds::dds::TRANSIENT_DURABILITY_QOS)
555555
.init();
556556

0 commit comments

Comments
 (0)