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

[41/43] ignite git commit: Enabled test.

Enabled test.


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

Branch: refs/heads/master
Commit: 857ab7e31954e88e93d5c8b40fa0d19856ff9678
Parents: 8389a7a
Author: sboikov <sb...@gridgain.com>
Authored: Wed Sep 9 10:01:49 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Wed Sep 9 10:01:49 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/857ab7e3/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheTransactionalStopBusySelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheTransactionalStopBusySelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheTransactionalStopBusySelfTest.java
index f2b4ad0..06e6045 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheTransactionalStopBusySelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheTransactionalStopBusySelfTest.java
@@ -24,11 +24,6 @@ import org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPr
  */
 public class IgniteCacheTransactionalStopBusySelfTest extends IgniteCacheAbstractStopBusySelfTest {
     /** {@inheritDoc} */
-    @Override protected void beforeTest() throws Exception {
-        fail("https://issues.apache.org/jira/browse/IGNITE-257");
-    }
-
-    /** {@inheritDoc} */
     @Override public void testPut() throws Exception {
         bannedMsg.set(GridNearTxPrepareRequest.class);