ignite-750 - compilation
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4ed39f7f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4ed39f7f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/4ed39f7f Branch: refs/heads/ignite-286 Commit: 4ed39f7fd962bef39c1f2f9c7185f2fa745558e6 Parents: d55b80e Author: S.Vladykin <svlady...@gridgain.com> Authored: Thu Apr 16 00:03:32 2015 +0300 Committer: S.Vladykin <svlady...@gridgain.com> Committed: Thu Apr 16 00:03:32 2015 +0300 ---------------------------------------------------------------------- .../processors/query/h2/GridIndexingSpiAbstractSelfTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4ed39f7f/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/GridIndexingSpiAbstractSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/GridIndexingSpiAbstractSelfTest.java b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/GridIndexingSpiAbstractSelfTest.java index e9a9ad4..d52e173 100644 --- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/GridIndexingSpiAbstractSelfTest.java +++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/GridIndexingSpiAbstractSelfTest.java @@ -82,7 +82,7 @@ public abstract class GridIndexingSpiAbstractSelfTest extends GridCommonAbstract /** {@inheritDoc} */ protected void startIndexing(IgniteH2Indexing spi) throws Exception { - spi.start(null); + spi.start(null, null); spi.registerCache(cacheCfg("A")); spi.registerCache(cacheCfg("B"));