Revision 1cc1e8c5 trunk/Pithos.Core.Test/MockStatusKeeper.cs

b/trunk/Pithos.Core.Test/MockStatusKeeper.cs
82 82

  
83 83
            _statusCache[path] = FileStatus.Unchanged;
84 84
            _overlayCache[path] = FileOverlayStatus.Normal;
85
            _checksums[path] = objectInfo.Hash;
85
            _checksums[path] = objectInfo.X_Object_Hash;
86 86

  
87 87

  
88 88
        }

Also available in: Unified diff