Revision 039a89e5 trunk/Pithos.Core.Test/MockStatusKeeper.cs

b/trunk/Pithos.Core.Test/MockStatusKeeper.cs
131 131
            throw new NotImplementedException();
132 132
        }
133 133

  
134
        public FileState GetStateByFilePath(string path)
135
        {
136
            throw new NotImplementedException();
137
        }
138

  
134 139

  
135 140
        private PithosStatus _pithosStatus = PithosStatus.InSynch;
136 141
        public void SetPithosStatus(PithosStatus status)

Also available in: Unified diff