Skip to content

Commit

Permalink
Refs #7837. Fixing blackbox tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelCompany committed Mar 9, 2020
1 parent b7a6474 commit 83fc445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/blackbox/BlackboxTestsPubSubBasic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ TEST_P(PubSubBasic, ReceivedDynamicDataWithinSizeLimit)
R"(<profiles>
<participant><rtps>
<allocation>
<max_user_data> 8 </max_user_data>
<max_user_data> 4 </max_user_data>
<max_partitions> 28 </max_partitions>
</allocation>
</rtps></participant>
Expand Down Expand Up @@ -378,7 +378,7 @@ TEST_P(PubSubBasic, ReceivedUserDataExceedsSizeLimit)
R"(<profiles>
<participant><rtps>
<allocation>
<max_user_data> 8 </max_user_data>
<max_user_data> 4 </max_user_data>
</allocation>
</rtps></participant>
</profiles>)";
Expand Down

0 comments on commit 83fc445

Please sign in to comment.