Organized tests for DiskScan and PostDownload

Added tests for GetVideoFiles and ProcessVideoFile
This commit is contained in:
Mark McDowall 2012-08-29 08:34:51 -07:00
commit cc6011ec87
16 changed files with 921 additions and 433 deletions

View file

@ -284,7 +284,7 @@ namespace NzbDrone.Core.Providers
}
}
public List<string> GetVideoFiles(string path, bool allDirectories = true)
public virtual List<string> GetVideoFiles(string path, bool allDirectories = true)
{
Logger.Debug("Scanning '{0}' for video files", path);