Repository: incubator-ignite Updated Branches: refs/heads/ignite-157-debug d34a7adf9 -> 01b373d4c
# ignite-157-debug Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b7fd6086 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b7fd6086 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b7fd6086 Branch: refs/heads/ignite-157-debug Commit: b7fd60867321174abed95b5765cc23e16b5789bc Parents: d34a7ad Author: sboikov <sboi...@gridgain.com> Authored: Tue Apr 28 11:19:04 2015 +0300 Committer: sboikov <sboi...@gridgain.com> Committed: Tue Apr 28 11:19:04 2015 +0300 ---------------------------------------------------------------------- .../cache/GridCacheAbstractFailoverTxSelfTest.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b7fd6086/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFailoverTxSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFailoverTxSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFailoverTxSelfTest.java index 45a58de..45777b1 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFailoverTxSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFailoverTxSelfTest.java @@ -27,7 +27,7 @@ public abstract class GridCacheAbstractFailoverTxSelfTest extends GridCacheAbstr /** * @throws Exception If failed. */ - public void testOptimisticReadCommittedTxConstantTopologyChange() throws Exception { + public void _testOptimisticReadCommittedTxConstantTopologyChange() throws Exception { testConstantTopologyChange(OPTIMISTIC, READ_COMMITTED); } @@ -41,14 +41,14 @@ public abstract class GridCacheAbstractFailoverTxSelfTest extends GridCacheAbstr /** * @throws Exception If failed. */ - public void testOptimisticSerializableTxConstantTopologyChange() throws Exception { + public void _testOptimisticSerializableTxConstantTopologyChange() throws Exception { testConstantTopologyChange(OPTIMISTIC, SERIALIZABLE); } /** * @throws Exception If failed. */ - public void testOptimisticReadCommittedTxTopologyChange() throws Exception { + public void _testOptimisticReadCommittedTxTopologyChange() throws Exception { testTopologyChange(OPTIMISTIC, READ_COMMITTED); } @@ -62,7 +62,7 @@ public abstract class GridCacheAbstractFailoverTxSelfTest extends GridCacheAbstr /** * @throws Exception If failed. */ - public void testOptimisticSerializableTxTopologyChange() throws Exception { + public void _testOptimisticSerializableTxTopologyChange() throws Exception { testTopologyChange(OPTIMISTIC, SERIALIZABLE); } }