mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-14 12:52:17 +00:00
Renamed conenction_params => async_params
This commit is contained in:
@@ -6,13 +6,14 @@
|
||||
//
|
||||
|
||||
#include <boost/mysql/connection.hpp>
|
||||
#include <boost/asio/ip/tcp.hpp>
|
||||
#include "test_stream.hpp"
|
||||
#include <boost/asio/strand.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include "test_stream.hpp"
|
||||
|
||||
using conn_t = boost::mysql::connection<boost::mysql::test::test_stream>;
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(test_connection)
|
||||
|
||||
// init ctor
|
||||
@@ -97,3 +98,5 @@ BOOST_AUTO_TEST_CASE(connection_rebind_executor)
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END() // test_connection
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user