Repository: ignite
Updated Branches:
  refs/heads/ignite-1786 f78b2eac5 -> 01f794fde


IGNITE-2704: Disabled ODBC for core tests.


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

Branch: refs/heads/ignite-1786
Commit: 5ff555b12b74dc41a4a0fe1faaa2715c614d18a7
Parents: 0229baa
Author: isapego <[email protected]>
Authored: Sat Feb 20 17:58:33 2016 +0300
Committer: isapego <[email protected]>
Committed: Sat Feb 20 17:58:33 2016 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/core-test/config/cache-query.xml | 1 +
 modules/platforms/cpp/core-test/config/cache-test.xml  | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/5ff555b1/modules/platforms/cpp/core-test/config/cache-query.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/core-test/config/cache-query.xml 
b/modules/platforms/cpp/core-test/config/cache-query.xml
index 232b6da..0b2f013 100644
--- a/modules/platforms/cpp/core-test/config/cache-query.xml
+++ b/modules/platforms/cpp/core-test/config/cache-query.xml
@@ -31,6 +31,7 @@
     <bean id="grid.cfg" 
class="org.apache.ignite.configuration.IgniteConfiguration">
         <property name="localHost" value="127.0.0.1"/>
         <property name="connectorConfiguration"><null/></property>
+        <property name="OdbcConfiguration"><null/></property>
 
         <property name="cacheConfiguration">
             <list>

http://git-wip-us.apache.org/repos/asf/ignite/blob/5ff555b1/modules/platforms/cpp/core-test/config/cache-test.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/core-test/config/cache-test.xml 
b/modules/platforms/cpp/core-test/config/cache-test.xml
index f239ba9..968656c 100644
--- a/modules/platforms/cpp/core-test/config/cache-test.xml
+++ b/modules/platforms/cpp/core-test/config/cache-test.xml
@@ -31,6 +31,7 @@
     <bean id="grid.cfg" 
class="org.apache.ignite.configuration.IgniteConfiguration">
         <property name="localHost" value="127.0.0.1"/>
         <property name="connectorConfiguration"><null/></property>
+        <property name="OdbcConfiguration"><null/></property>
 
         <property name="includeEventTypes">
             <util:constant 
static-field="org.apache.ignite.events.EventType.EVTS_CACHE"/>

Reply via email to