Ignite-950 - Property was incorrectly set.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bc976b43 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/bc976b43 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/bc976b43 Branch: refs/heads/ignite-950-new Commit: bc976b4344cb7db644eb848d2a7d4c1152fe85c9 Parents: 383b08a Author: Alexey Goncharuk <[email protected]> Authored: Wed Oct 28 11:42:21 2015 +0300 Committer: Alexey Goncharuk <[email protected]> Committed: Wed Oct 28 11:42:21 2015 +0300 ---------------------------------------------------------------------- .../cache/context/IgniteCacheTxExecutionContextTest.java | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/bc976b43/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/context/IgniteCacheTxExecutionContextTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/context/IgniteCacheTxExecutionContextTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/context/IgniteCacheTxExecutionContextTest.java index cd8109c..aaefc90 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/context/IgniteCacheTxExecutionContextTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/context/IgniteCacheTxExecutionContextTest.java @@ -31,10 +31,6 @@ import static org.apache.ignite.cache.CacheAtomicityMode.TRANSACTIONAL; * */ public class IgniteCacheTxExecutionContextTest extends IgniteCacheAbstractExecutionContextTest { - static { - GridTestProperties.setProperty(GridTestProperties.MARSH_CLASS_NAME, PortableMarshaller.class.getName()); - } - /** {@inheritDoc} */ @Override protected CacheMode cacheMode() { return CacheMode.PARTITIONED;
