You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/03/15 14:35:13 UTC

[04/16] ignite git commit: Removed listing from tests.

Removed listing from tests.


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

Branch: refs/heads/ignite-2813
Commit: b47eef61bfeef530204fc8e3ff29b4b4f10a2f64
Parents: 56d0570
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Tue Mar 15 15:23:34 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Tue Mar 15 15:23:34 2016 +0300

----------------------------------------------------------------------
 .../ignite/internal/processors/igfs/IgfsProcessorSelfTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b47eef61/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsProcessorSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsProcessorSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsProcessorSelfTest.java
index f567099..79d337b 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsProcessorSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsProcessorSelfTest.java
@@ -231,7 +231,7 @@ public class IgfsProcessorSelfTest extends IgfsCommonAbstractTest {
                     (IgfsFileInfo)grid(i).cachex(metaCacheName).localPeek(info.fileId(), ONHEAP_PEEK_MODES, null);
 
                 assertNotNull(fileInfo);
-                assertNotNull(fileInfo.listing());
+                assertNotNull(fileInfo.listing2());
             }
         }
         finally {