Revision 77e10b4f trunk/Pithos.Core/PithosWorkflow.cs

b/trunk/Pithos.Core/PithosWorkflow.cs
9 9
using Pithos.Interfaces;
10 10
using System.IO;
11 11
using System.Diagnostics;
12
using Pithos.Network;
12 13

  
13 14
namespace Pithos.Core
14 15
{
......
23 24

  
24 25
        public FileStatus SetFileStatus(string path, FileStatus status)
25 26
        {
26
            Debug.Assert(!path.Contains("fragments"));
27
            Debug.Assert(!path.Contains(FolderConstants.CacheFolder));
27 28
            Debug.Assert(!path.EndsWith(".ignore",StringComparison.InvariantCultureIgnoreCase));
28 29

  
29 30
            if (String.IsNullOrWhiteSpace(path))

Also available in: Unified diff