2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 12:52:17 +00:00

Integ tests now run with and without ssl

This commit is contained in:
ruben
2020-04-05 12:49:37 +01:00
parent c486dbbf96
commit b18cbd2aa6
12 changed files with 106 additions and 56 deletions

View File

@@ -12,13 +12,13 @@ using namespace boost::mysql::test;
namespace
{
struct CloseStatementTest : NetworkTest<>
struct CloseStatementTest : NetworkTest
{
};
TEST_P(CloseStatementTest, ExistingOrClosedStatement)
{
auto* net = GetParam();
auto* net = GetParam().net;
// Prepare a statement
auto stmt = net->prepare_statement(conn, "SELECT * FROM empty_table");