Fixed broken test, drop folder prefix uses regex instead of prefix now.

This commit is contained in:
kay.one 2011-10-22 16:28:57 -07:00
commit 35e44284c0
8 changed files with 35 additions and 97 deletions

View file

@ -1,10 +1,5 @@
using System;
using System.IO;
using Ninject;
using NLog;
using NzbDrone.Core.Model;
using Ninject;
using NzbDrone.Core.Model.Notification;
using NzbDrone.Core.Providers.Core;
namespace NzbDrone.Core.Providers.Jobs
{