Repository: ignite
Updated Branches:
  refs/heads/ignite-5075-pds 39c43f2d3 -> 8294e559e


ignite-5075-pds


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

Branch: refs/heads/ignite-5075-pds
Commit: da02b2cf3bdee77b53a13d2697e4bd5cf8a48d1b
Parents: 39c43f2
Author: sboikov <[email protected]>
Authored: Wed May 31 15:04:16 2017 +0300
Committer: sboikov <[email protected]>
Committed: Wed May 31 15:04:16 2017 +0300

----------------------------------------------------------------------
 .../ignite/cache/database/IgnitePersistentStoreCacheGroupsTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/da02b2cf/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheGroupsTest.java
----------------------------------------------------------------------
diff --git 
a/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheGroupsTest.java
 
b/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheGroupsTest.java
index 1b9ebc4..18860f6 100644
--- 
a/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheGroupsTest.java
+++ 
b/modules/pds/src/test/java/org/apache/ignite/cache/database/IgnitePersistentStoreCacheGroupsTest.java
@@ -217,7 +217,6 @@ public class IgnitePersistentStoreCacheGroupsTest extends 
GridCommonAbstractTest
 
         CacheConfiguration[] ccfgs1 = new CacheConfiguration[5];
 
-        // Several caches with the same indexed type (and index names)
         ccfgs1[0] = cacheConfiguration(GROUP1, "c1", PARTITIONED, ATOMIC, 1);
         ccfgs1[1] = cacheConfiguration(GROUP1, "c2", PARTITIONED, 
TRANSACTIONAL, 1);
         ccfgs1[2] = cacheConfiguration(GROUP2, "c3", PARTITIONED, ATOMIC, 1);

Reply via email to