mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-04-26 09:45:01 +02:00
Remove comment, fix includes
This commit is contained in:
parent
c9225c17db
commit
41dee3e7a3
@ -1,8 +1,8 @@
|
|||||||
|
#ifdef ZMQ_CPP11
|
||||||
|
|
||||||
#include <catch.hpp>
|
#include <catch.hpp>
|
||||||
#include <zmq_addon.hpp>
|
#include <zmq_addon.hpp>
|
||||||
|
|
||||||
#ifdef ZMQ_CPP11
|
|
||||||
|
|
||||||
TEST_CASE("recv_multipart test", "[recv_multipart]")
|
TEST_CASE("recv_multipart test", "[recv_multipart]")
|
||||||
{
|
{
|
||||||
zmq::context_t context(1);
|
zmq::context_t context(1);
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
|
#ifdef ZMQ_CPP11
|
||||||
|
|
||||||
#include <forward_list>
|
#include <forward_list>
|
||||||
#include <catch.hpp>
|
#include <catch.hpp>
|
||||||
#include <zmq_addon.hpp>
|
#include <zmq_addon.hpp>
|
||||||
|
|
||||||
#ifdef ZMQ_CPP11
|
|
||||||
|
|
||||||
TEST_CASE("send_multipart test", "[send_multipart]")
|
TEST_CASE("send_multipart test", "[send_multipart]")
|
||||||
{
|
{
|
||||||
zmq::context_t context(1);
|
zmq::context_t context(1);
|
||||||
@ -88,7 +88,6 @@ TEST_CASE("send_multipart test", "[send_multipart]")
|
|||||||
auto iret = zmq::send_multipart(push, imsgs, zmq::send_flags::dontwait);
|
auto iret = zmq::send_multipart(push, imsgs, zmq::send_flags::dontwait);
|
||||||
REQUIRE_FALSE(iret);
|
REQUIRE_FALSE(iret);
|
||||||
}
|
}
|
||||||
// TODO send with EAGAIN
|
|
||||||
SECTION("send, misc. containers")
|
SECTION("send, misc. containers")
|
||||||
{
|
{
|
||||||
std::vector<zmq::message_t> msgs_vec;
|
std::vector<zmq::message_t> msgs_vec;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user