Repository: incubator-ignite Updated Branches: refs/heads/sprint-2 81a688d56 -> 7e19e2e82
# sprint-2 minor Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7e19e2e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7e19e2e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7e19e2e8 Branch: refs/heads/sprint-2 Commit: 7e19e2e82cb5b361c38d5a8a9f32ce43cc738a8a Parents: 81a688d Author: sboikov <sboi...@gridgain.com> Authored: Tue Feb 17 14:49:23 2015 +0300 Committer: sboikov <sboi...@gridgain.com> Committed: Tue Feb 17 14:49:23 2015 +0300 ---------------------------------------------------------------------- .../testframework/junits/common/GridCommonAbstractTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/7e19e2e8/modules/core/src/test/java/org/apache/ignite/testframework/junits/common/GridCommonAbstractTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/testframework/junits/common/GridCommonAbstractTest.java b/modules/core/src/test/java/org/apache/ignite/testframework/junits/common/GridCommonAbstractTest.java index 61cb3d7..5472aa9 100644 --- a/modules/core/src/test/java/org/apache/ignite/testframework/junits/common/GridCommonAbstractTest.java +++ b/modules/core/src/test/java/org/apache/ignite/testframework/junits/common/GridCommonAbstractTest.java @@ -451,7 +451,7 @@ public abstract class GridCommonAbstractTest extends GridAbstractTest { } } - throw new IgniteException("Unable to find " + cnt + " keys as backup for cache."); + throw new IgniteException("Unable to find " + cnt + " keys as primary for cache."); } /** @@ -533,7 +533,7 @@ public abstract class GridCommonAbstractTest extends GridAbstractTest { } } - throw new IgniteCheckedException("Unable to find " + cnt + " keys as backup for cache."); + throw new IgniteCheckedException("Unable to find " + cnt + " keys as near for cache."); } /**