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 2016/02/02 09:20:52 UTC

ignite git commit: 2224 Minor test fix

Repository: ignite
Updated Branches:
  refs/heads/ignite-2224 dbf31dbc9 -> 8259b0713


2224 Minor test fix


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

Branch: refs/heads/ignite-2224
Commit: 8259b0713923349cf7858db0925e9f84cfd8e849
Parents: dbf31db
Author: Anton Vinogradov <av...@apache.org>
Authored: Tue Feb 2 11:19:37 2016 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Tue Feb 2 11:19:37 2016 +0300

----------------------------------------------------------------------
 .../processors/cache/CacheReadThroughRestartSelfTest.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/8259b071/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheReadThroughRestartSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheReadThroughRestartSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheReadThroughRestartSelfTest.java
index 4a4f2ed..b60ada7 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheReadThroughRestartSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheReadThroughRestartSelfTest.java
@@ -98,7 +98,7 @@ public class CacheReadThroughRestartSelfTest extends GridCacheAbstractSelfTest {
     /**
      * @throws Exception If failed.
      */
-    public void testReadThroughInTx(boolean needVer) throws Exception {
+    private void testReadThroughInTx(boolean needVer) throws Exception {
         IgniteCache<String, Integer> cache = grid(1).cache(null);
 
         for (int k = 0; k < 1000; k++)
@@ -151,7 +151,7 @@ public class CacheReadThroughRestartSelfTest extends GridCacheAbstractSelfTest {
     /**
      * @throws Exception If failed.
      */
-    public void testReadThrough(boolean needVer) throws Exception {
+    private void testReadThrough(boolean needVer) throws Exception {
         IgniteCache<String, Integer> cache = grid(1).cache(null);
 
         for (int k = 0; k < 1000; k++)