From 74176f7c90c910b14e33c1d3a282f5723bc7d904 Mon Sep 17 00:00:00 2001 From: Alex Fabijanic Date: Mon, 5 May 2014 20:10:14 -0500 Subject: [PATCH] restore id and add tested DB version --- Data/MySQL/testsuite/src/MySQLTest.cpp | 2 ++ Data/MySQL/testsuite/src/MySQLTest.h | 16 +++++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Data/MySQL/testsuite/src/MySQLTest.cpp b/Data/MySQL/testsuite/src/MySQLTest.cpp index c7cd69a6d..1ab1f59a6 100755 --- a/Data/MySQL/testsuite/src/MySQLTest.cpp +++ b/Data/MySQL/testsuite/src/MySQLTest.cpp @@ -1,6 +1,8 @@ // // MySQLTest.cpp // +// $Id: //poco/1.4/Data/MySQL/testsuite/src/MySQLTest.cpp#1 $ +// // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. // diff --git a/Data/MySQL/testsuite/src/MySQLTest.h b/Data/MySQL/testsuite/src/MySQLTest.h index 633451605..d3eea4a65 100755 --- a/Data/MySQL/testsuite/src/MySQLTest.h +++ b/Data/MySQL/testsuite/src/MySQLTest.h @@ -1,6 +1,8 @@ // // ODBCMySQLTest.h // +// $Id: //poco/1.4/Data/MySQL/testsuite/src/ODBCMySQLTest.h#1 $ +// // Definition of the MySQLTest class. // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. @@ -25,11 +27,15 @@ class MySQLTest: public CppUnit::TestCase /// MySQL test class /// Tested: /// - /// Driver | DB | OS + /// Driver | DB | OS /// ----------------+---------------------------+------------------------------------------ - /// 03.51.12.00 | MySQL 5.0.27-community-nt | MS Windows XP Professional x64 v.2003/SP1 - /// - + /// 03.51.12.00 | MySQL 5.0.27-community-nt | MS Windows XP Professional x64 v.2003/SP1 + /// | | + /// | Ver 14.14 Distrib 5.5.37, | Linux debian 3.2.0-4-amd64 #1 + /// | for debian-linux-gnu | SMP Debian 3.2.57-3 x86_64 GNU/Linux + /// | (x86_64) using readline | + /// | 6.2 | + /// | | { public: MySQLTest(const std::string& name); @@ -91,7 +97,7 @@ public: void testNullableInt(); void testNullableString(); void testTupleWithNullable(); - + void testSessionTransaction(); void testTransaction();