Moved tests for NzbDrone.Common to its own test project. added some new tests.

This commit is contained in:
kay.one
2011-10-23 10:32:57 -07:00
parent f52620db70
commit f9a316f632
12 changed files with 350 additions and 35 deletions

View File

@@ -3,7 +3,6 @@ using System.IO;
using NLog;
using NLog.Config;
using NUnit.Framework;
using NzbDrone.Core;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Test.Framework;