You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/12/05 07:31:21 UTC

[06/11] ignite git commit: Fixed C++ test version fail.

Fixed C++ test version fail.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/06c4068b
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/06c4068b
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/06c4068b

Branch: refs/heads/ignite-zk
Commit: 06c4068bb891567853904d81c67ae6d3d8e0427d
Parents: 08ab9af
Author: Igor Sapego <is...@gridgain.com>
Authored: Mon Dec 4 19:30:31 2017 +0300
Committer: Igor Sapego <is...@gridgain.com>
Committed: Mon Dec 4 19:30:31 2017 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/06c4068b/modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp b/modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp
index e628fb6..ad1236c 100644
--- a/modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp
+++ b/modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp
@@ -185,8 +185,8 @@ BOOST_AUTO_TEST_CASE(TestValues)
     CheckStrInfo(SQL_DRIVER_NAME, "Apache Ignite");
     CheckStrInfo(SQL_DBMS_NAME, "Apache Ignite");
     CheckStrInfo(SQL_DRIVER_ODBC_VER, "03.00");
-    CheckStrInfo(SQL_DRIVER_VER, "02.03.0000");
-    CheckStrInfo(SQL_DBMS_VER, "02.03.0000");
+    CheckStrInfo(SQL_DRIVER_VER, "02.04.0000");
+    CheckStrInfo(SQL_DBMS_VER, "02.04.0000");
     CheckStrInfo(SQL_COLUMN_ALIAS, "Y");
     CheckStrInfo(SQL_IDENTIFIER_QUOTE_CHAR, "");
     CheckStrInfo(SQL_CATALOG_NAME_SEPARATOR, ".");