Further changes to reduce locking and switch to WAL journal mode for SQLite
[pithos-ms-client] / trunk / Pithos.Core.Test / MockStatusKeeper.cs
index 07e807a..f2869e8 100644 (file)
@@ -131,6 +131,11 @@ namespace Pithos.Core.Test
             throw new NotImplementedException();
         }
 
+        public FileState GetStateByFilePath(string path)
+        {
+            throw new NotImplementedException();
+        }
+
 
         private PithosStatus _pithosStatus = PithosStatus.InSynch;
         public void SetPithosStatus(PithosStatus status)