From 315e6737af33dd7375fcbb3091d6d99f663d6e29 Mon Sep 17 00:00:00 2001
From: Steven Murray <Steven.Murray@cern.ch>
Date: Sun, 19 May 2019 16:30:58 +0200
Subject: [PATCH] The cta_rdbms_StmtTest.insert_with_bindString unit-test now
 include MySQL

---
 rdbms/StmtTest.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/rdbms/StmtTest.cpp b/rdbms/StmtTest.cpp
index 498455362d..06a8301330 100644
--- a/rdbms/StmtTest.cpp
+++ b/rdbms/StmtTest.cpp
@@ -275,10 +275,6 @@ TEST_P(cta_rdbms_StmtTest, insert_with_bindUint64_2_pow_64_minus_1_not_mysql) {
 TEST_P(cta_rdbms_StmtTest, insert_with_bindString) {
   using namespace cta::rdbms;
 
-  if(m_login.dbType == Login::DBTYPE_MYSQL) {
-    return;
-  }
-
   const std::string insertValue = "value";
 
   // Insert a row into the test table
-- 
GitLab