Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-868 [created] 8828ebb0e


# 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/8828ebb0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8828ebb0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/8828ebb0

Branch: refs/heads/ignite-868
Commit: 8828ebb0ec6c45c1271681939f48334071be3611
Parents: a33d3d4
Author: Andrey <[email protected]>
Authored: Thu May 7 11:15:45 2015 +0700
Committer: Andrey <[email protected]>
Committed: Thu May 7 11:15:45 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/8828ebb0/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 abc9109..ff95d4f 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
@@ -69,6 +69,8 @@ public class GridUpdateNotifierSelfTest extends 
GridCommonAbstractTest {
     public void testNotifier() throws Exception {
         String nodeVer = IgniteProperties.get("ignite.version");
 
+        info("Current version: " + nodeVer);
+
         GridUpdateNotifier ntf = new GridUpdateNotifier(null, nodeVer,
             TEST_GATEWAY, Collections.<PluginProvider>emptyList(), false);
 

Reply via email to