Revision 0a9d4d18 trunk/Pithos.Core.Test/MockStatusKeeper.cs

b/trunk/Pithos.Core.Test/MockStatusKeeper.cs
65 65
            throw new NotImplementedException();
66 66
        }
67 67

  
68
        public void SetFileState(string path, FileStatus fileStatus, FileOverlayStatus overlayStatus)
68
        public void SetFileState(string path, FileStatus fileStatus, FileOverlayStatus overlayStatus, string localFileMissingFromServer)
69 69
        {
70 70
            if (String.IsNullOrWhiteSpace(path))
71 71
                throw new ArgumentNullException("path", "path can't be empty");

Also available in: Unified diff