#ignite-565: Remove GridCache from tests.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b62a71a0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b62a71a0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b62a71a0 Branch: refs/heads/ignite-443 Commit: b62a71a0b13cf0c1f63d03bef8503c05f27c24df Parents: 175e0f9 Author: ivasilinets <ivasilin...@gridgain.com> Authored: Wed Mar 25 17:11:54 2015 +0300 Committer: ivasilinets <ivasilin...@gridgain.com> Committed: Wed Mar 25 17:11:54 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/GridCacheAbstractSelfTest.java | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b62a71a0/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractSelfTest.java index 59c134f..0d10361 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractSelfTest.java @@ -436,17 +436,6 @@ public abstract class GridCacheAbstractSelfTest extends GridCommonAbstractTest { /** * @param cache Cache. * @param val Value. - * @return {@code True} if cache contains given value. - * @throws Exception If failed. - */ - @SuppressWarnings("unchecked") - protected boolean containsValue(GridCache cache, Object val) throws Exception { - return offheapTiered(cache) ? containsOffheapValue(cache, val) : cache.containsValue(val); - } - - /** - * @param cache Cache. - * @param val Value. * @return {@code True} if offheap contains given value. * @throws Exception If failed. */