Repository: ignite
Updated Branches:
  refs/heads/ignite-3530 f7ac10784 -> abd43d05a


Fix.


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

Branch: refs/heads/ignite-3530
Commit: abd43d05a6b7a666ad59672db9e04dfbbba7ec84
Parents: f7ac107
Author: vozerov-gridgain <[email protected]>
Authored: Fri Jul 22 16:03:27 2016 +0300
Committer: vozerov-gridgain <[email protected]>
Committed: Fri Jul 22 16:03:27 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/abd43d05/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsAbstractSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsAbstractSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsAbstractSelfTest.java
index e9d1ed7..384da95 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsAbstractSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/igfs/IgfsAbstractSelfTest.java
@@ -1156,7 +1156,7 @@ public abstract class IgfsAbstractSelfTest extends 
IgfsCommonAbstractTest {
      */
     private void checkSetTimes(IgfsPath path) throws Exception {
         IgfsFile info = igfs.info(path);
-        T2<Long, Long> secondaryTimes = igfsSecondary.times(path.toString());
+        T2<Long, Long> secondaryTimes = dual ? 
igfsSecondary.times(path.toString()) : null;
 
         assert info != null;
 

Reply via email to