You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2015/07/07 11:39:07 UTC

[2/2] incubator-ignite git commit: ignite-929 test fix

ignite-929 test fix


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

Branch: refs/heads/ignite-929
Commit: d09b83d89c794d488402204e0c0570265f7c80ba
Parents: e727fa8
Author: Anton <av...@gridgain.com>
Authored: Tue Jul 7 12:38:31 2015 +0300
Committer: Anton <av...@gridgain.com>
Committed: Tue Jul 7 12:38:31 2015 +0300

----------------------------------------------------------------------
 .../distributed/IgniteCacheClientNodePartitionsExchangeTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d09b83d8/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheClientNodePartitionsExchangeTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheClientNodePartitionsExchangeTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheClientNodePartitionsExchangeTest.java
index 5f352e8..52107c2 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheClientNodePartitionsExchangeTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheClientNodePartitionsExchangeTest.java
@@ -536,7 +536,7 @@ public class IgniteCacheClientNodePartitionsExchangeTest extends GridCommonAbstr
         AffinityTopologyVersion topVer;
 
         if (!srvNode) {
-            ignite2.cache(CACHE_NAME1).close();
+            ignite2.cache(CACHE_NAME1).destroy();
 
             assertNull(((IgniteKernal)ignite2).context().cache().context().cache().internalCache(CACHE_NAME1));