Minors.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/01f794fd Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/01f794fd Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/01f794fd Branch: refs/heads/ignite-1786 Commit: 01f794fde6839920d172b3b52ecc2d521a0113b1 Parents: 27da576 Author: vozerov-gridgain <[email protected]> Authored: Wed Mar 9 12:28:58 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Wed Mar 9 12:28:58 2016 +0300 ---------------------------------------------------------------------- modules/platforms/cpp/core-test/config/cache-query.xml | 2 +- modules/platforms/cpp/core-test/config/cache-test.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/01f794fd/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 0b2f013..1602df0 100644 --- a/modules/platforms/cpp/core-test/config/cache-query.xml +++ b/modules/platforms/cpp/core-test/config/cache-query.xml @@ -31,7 +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="odbcConfiguration"><null/></property> <property name="cacheConfiguration"> <list> http://git-wip-us.apache.org/repos/asf/ignite/blob/01f794fd/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 968656c..24ae2ed 100644 --- a/modules/platforms/cpp/core-test/config/cache-test.xml +++ b/modules/platforms/cpp/core-test/config/cache-test.xml @@ -31,7 +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="odbcConfiguration"><null/></property> <property name="includeEventTypes"> <util:constant static-field="org.apache.ignite.events.EventType.EVTS_CACHE"/>
