Skip to content

Commit

Permalink
Refs #20722: Fix test typo
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Apr 3, 2024
1 parent 81742d8 commit 16eff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittest/dds/publisher/DataWriterTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ TEST(DataWriterTests, InstancePolicyAllocationConsistencyKeyed)
// Below an ampliation of the last comprobation, for which it is proved the case of < 0 (-1),
// which also means infinite value.
// Updated to check negative values (Redmine ticket #20722)
qos2.resource_limits().max_samples = 1;
qos2.resource_limits().max_samples = -1;
qos2.resource_limits().max_instances = -1;
qos2.resource_limits().max_samples_per_instance = -1;

Expand Down

0 comments on commit 16eff5b

Please sign in to comment.