ignite-gg-12301 fix assert message

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

Branch: refs/heads/ignite-2.1.2-exchange
Commit: 8c04df63f128f2c09ae57b0897deb65f94537202
Parents: 01e5cfb
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Authored: Fri Jun 16 21:28:13 2017 +0300
Committer: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Committed: Fri Jun 16 21:28:13 2017 +0300

----------------------------------------------------------------------
 .../persistence/standbycluster/IgniteChangeGlobalStateTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/8c04df63/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/IgniteChangeGlobalStateTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/IgniteChangeGlobalStateTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/IgniteChangeGlobalStateTest.java
index f8f73da..0df8fe0 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/IgniteChangeGlobalStateTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/IgniteChangeGlobalStateTest.java
@@ -495,7 +495,7 @@ public class IgniteChangeGlobalStateTest extends 
IgniteChangeGlobalStateAbstract
                 IgniteAtomicSequence seq = ig.atomicSequence("seq", 0, true);
                 return null;
             }
-        }, IgniteException.class, "can not perform operation, because cluster 
inactive");
+        }, IgniteException.class, "Can not perform the operation because the 
cluster is inactive.");
     }
 
     /**

Reply via email to