Revision 3c76f045 trunk/Pithos.Core.Test/MockStatusKeeper.cs

b/trunk/Pithos.Core.Test/MockStatusKeeper.cs
136 136
            throw new NotImplementedException();
137 137
        }
138 138

  
139
        public void ClearFolderStatus(string path)
140
        {
141
            throw new NotImplementedException();
142
        }
143

  
144
        public IEnumerable<FileState> GetChildren(FileState fileState)
145
        {
146
            throw new NotImplementedException();
147
        }
148

  
139 149

  
140 150
        private PithosStatus _pithosStatus = PithosStatus.InSynch;
141 151
        public void SetPithosStatus(PithosStatus status)

Also available in: Unified diff