Skip to content

Commit

Permalink
Refs #22648: Corrected small uncrustify typo
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Garcia <[email protected]>
  • Loading branch information
juanjo4936 committed Jan 24, 2025
1 parent 5ef9af9 commit 7193693
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/blackbox/common/DDSBlackboxTestsListeners.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3437,11 +3437,10 @@ TEST(DDSStatus, keyed_reliable_positive_acks_disabled_on_unack_sample_removed)
}

/*¡
* Regression Test for 22648: on_unacknowledged_sample_removed callback is called when best effort writer with keep all
* history is used, when the history was full but before max_blocking_time a sample was acknowledged, as is_acked was
* checked before the waiting time, and is not re-checked. This should not happen.
*/

* Regression Test for 22648: on_unacknowledged_sample_removed callback is called when best effort writer with keep all
* history is used, when the history was full but before max_blocking_time a sample was acknowledged, as is_acked was
* checked before the waiting time, and is not re-checked. This should not happen.
*/
TEST(DDSStatus, reliable_keep_all_unack_sample_removed_call)
{
PubSubWriter<HelloWorldPubSubType> writer(TEST_TOPIC_NAME);
Expand Down

0 comments on commit 7193693

Please sign in to comment.