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

incubator-ignite git commit: ignite-747: remove unused overriding

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-747 c15d964a5 -> 1e98ccd9f


ignite-747: remove unused overriding


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

Branch: refs/heads/ignite-747
Commit: 1e98ccd9f69137afd6350d9599db15bf3bb0aeb3
Parents: c15d964
Author: Denis Magda <dm...@gridgain.com>
Authored: Wed Jul 8 09:32:48 2015 +0300
Committer: Denis Magda <dm...@gridgain.com>
Committed: Wed Jul 8 09:32:48 2015 +0300

----------------------------------------------------------------------
 .../IgniteCacheAtomicReplicatedNodeRestartSelfTest.java         | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1e98ccd9/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/replicated/IgniteCacheAtomicReplicatedNodeRestartSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/replicated/IgniteCacheAtomicReplicatedNodeRestartSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/replicated/IgniteCacheAtomicReplicatedNodeRestartSelfTest.java
index 53a46a6..b4ed18d 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/replicated/IgniteCacheAtomicReplicatedNodeRestartSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/replicated/IgniteCacheAtomicReplicatedNodeRestartSelfTest.java
@@ -26,11 +26,6 @@ import static org.apache.ignite.cache.CacheAtomicityMode.*;
  */
 public class IgniteCacheAtomicReplicatedNodeRestartSelfTest extends GridCacheReplicatedNodeRestartSelfTest {
     /** {@inheritDoc} */
-    @Override protected void beforeTest() throws Exception {
-
-    }
-
-    /** {@inheritDoc} */
     @Override public void testRestartWithPutSixNodesTwoBackups() throws Throwable {
         fail("https://issues.apache.org/jira/browse/IGNITE-1095");
     }