Revision 5120f3cb trunk/Pithos.Core.Test/MockStatusKeeper.cs

b/trunk/Pithos.Core.Test/MockStatusKeeper.cs
126 126
        public string BlockHash { get; set; }
127 127

  
128 128
        public int BlockSize { get; set; }
129
        public void ChangeRoots(string oldPath, string newPath)
130
        {
131
            throw new NotImplementedException();
132
        }
129 133

  
130 134

  
131 135
        private PithosStatus _pithosStatus = PithosStatus.InSynch;

Also available in: Unified diff