mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-14 00:42:53 +00:00
Integ tests now run with and without ssl
This commit is contained in:
@@ -23,9 +23,9 @@ using boost::mysql::errc;
|
||||
namespace
|
||||
{
|
||||
|
||||
struct QueryTest : public NetworkTest<>
|
||||
struct QueryTest : public NetworkTest
|
||||
{
|
||||
auto do_query(std::string_view sql) { return GetParam()->query(conn, sql); }
|
||||
auto do_query(std::string_view sql) { return GetParam().net->query(conn, sql); }
|
||||
};
|
||||
|
||||
TEST_P(QueryTest, InsertQueryOk)
|
||||
|
||||
Reference in New Issue
Block a user