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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user