Repository: ignite Updated Branches: refs/heads/ignite-950-new 58120e16d -> 72d1393fc
Ignite-950 - Fixing tests - isPlatformType Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/72d1393f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/72d1393f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/72d1393f Branch: refs/heads/ignite-950-new Commit: 72d1393fc644e1466dc72c288c8e2a902d03e8a2 Parents: 58120e1 Author: Alexey Goncharuk <[email protected]> Authored: Tue Oct 27 16:19:55 2015 +0300 Committer: Alexey Goncharuk <[email protected]> Committed: Tue Oct 27 16:19:55 2015 +0300 ---------------------------------------------------------------------- .../processors/query/h2/GridIndexingSpiAbstractSelfTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/72d1393f/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 8c5e713..5278758 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 @@ -571,7 +571,7 @@ public abstract class GridIndexingSpiAbstractSelfTest extends GridCommonAbstract /** {@inheritDoc} */ @Override public boolean isPlatformType() { - throw new UnsupportedOperationException(); + return true; } /** {@inheritDoc} */
