Repository: incubator-ignite Updated Branches: refs/heads/ignite-868 [created] 249f750a7
# ignite-868 Add info. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/249f750a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/249f750a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/249f750a Branch: refs/heads/ignite-868 Commit: 249f750a716407c9cea844889266043d4ff4e325 Parents: bd7ae30 Author: Andrey <[email protected]> Authored: Thu May 7 09:50:53 2015 +0700 Committer: Andrey <[email protected]> Committed: Thu May 7 09:50:53 2015 +0700 ---------------------------------------------------------------------- .../org/apache/ignite/internal/GridUpdateNotifierSelfTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/249f750a/modules/core/src/test/java/org/apache/ignite/internal/GridUpdateNotifierSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/GridUpdateNotifierSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/GridUpdateNotifierSelfTest.java index 65e927b..809c0c9 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/GridUpdateNotifierSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/GridUpdateNotifierSelfTest.java @@ -61,6 +61,8 @@ public class GridUpdateNotifierSelfTest extends GridCommonAbstractTest { ntf.checkForNewVersion(new SelfExecutor(), log); + info("Current version: " + nodeVer); + String ver = ntf.latestVersion(); info("Latest version: " + ver);
