Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-501 7d0770c41 -> 944b98c3d


# IGNITE-501 Fix broken 
GridCacheConfigurationConsistencySelfTest.testDifferentCacheDifferentModes()


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

Branch: refs/heads/ignite-501
Commit: 944b98c3d4c447533ceb164c851f5499b7b44311
Parents: 7d0770c
Author: sevdokimov <sevdoki...@gridgain.com>
Authored: Thu Mar 19 14:30:52 2015 +0300
Committer: sevdokimov <sevdoki...@gridgain.com>
Committed: Thu Mar 19 14:30:52 2015 +0300

----------------------------------------------------------------------
 .../cache/GridCacheConfigurationConsistencySelfTest.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/944b98c3/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheConfigurationConsistencySelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheConfigurationConsistencySelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheConfigurationConsistencySelfTest.java
index 91fb178..38911ad 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheConfigurationConsistencySelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheConfigurationConsistencySelfTest.java
@@ -266,7 +266,7 @@ public class GridCacheConfigurationConsistencySelfTest 
extends GridCommonAbstrac
 
         // 4th grid with null cache mode (legal case, it should turn to 
REPLICATED mode).
         cacheEnabled = true;
-        cacheName = "replicated";
+        cacheName = "partitioned";
         cacheMode = null;
         depMode = SHARED;
 

Reply via email to