mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-06 10:51:37 +01:00
Fix Win32 build
Summary: related to T11798 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D27668
This commit is contained in:
@@ -416,7 +416,7 @@ BOOST_FIXTURE_TEST_CASE(send_big_publish, shared_test_data) {
|
||||
std::vector<std::string> buffers;
|
||||
for (size_t i = 0; i < big_publish.size(); i += 65536)
|
||||
buffers.push_back(big_publish.substr(i, 65536));
|
||||
BOOST_TEST_REQUIRE(buffers.size() == 3);
|
||||
BOOST_TEST_REQUIRE(buffers.size() == 3u);
|
||||
// this single async_send will result in 3 calls to async_write_some in our stream
|
||||
|
||||
test::msg_exchange broker_side;
|
||||
|
||||
Reference in New Issue
Block a user