Repository: ignite Updated Branches: refs/heads/ignite-3477-master 73940a3b5 -> fcc490694
IGNITE-3477 - Fixed custom message in test Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/fcc49069 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/fcc49069 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/fcc49069 Branch: refs/heads/ignite-3477-master Commit: fcc490694fdca25458dd4caeeebb0c951f01ad7f Parents: 73940a3 Author: Alexey Goncharuk <[email protected]> Authored: Mon Mar 27 17:25:12 2017 +0300 Committer: Alexey Goncharuk <[email protected]> Committed: Mon Mar 27 17:25:12 2017 +0300 ---------------------------------------------------------------------- .../apache/ignite/spi/communication/GridCacheMessageSelfTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/fcc49069/modules/core/src/test/java/org/apache/ignite/spi/communication/GridCacheMessageSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/spi/communication/GridCacheMessageSelfTest.java b/modules/core/src/test/java/org/apache/ignite/spi/communication/GridCacheMessageSelfTest.java index 0a08b3a..7e1fcf7 100644 --- a/modules/core/src/test/java/org/apache/ignite/spi/communication/GridCacheMessageSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/spi/communication/GridCacheMessageSelfTest.java @@ -409,7 +409,7 @@ public class GridCacheMessageSelfTest extends GridCommonAbstractTest { */ static class TestMessage2 extends GridCacheMessage { /** */ - public static final byte DIRECT_TYPE = (byte) 205; + public static final byte DIRECT_TYPE = (byte)201; /** Node id. */ private UUID nodeId;
