Test project cleanup

This commit is contained in:
kay.one
2011-05-22 09:53:21 -07:00
parent f33c2c4939
commit a4f8947d90
23 changed files with 38 additions and 21 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
using System;
// ReSharper disable RedundantUsingDirective
using System.Linq;
using System.Collections.Generic;
using System.Threading;
@@ -11,6 +11,7 @@ using NzbDrone.Core.Providers;
using NzbDrone.Core.Providers.Jobs;
using NzbDrone.Core.Repository;
using NzbDrone.Core.Test.Framework;
using System;
namespace NzbDrone.Core.Test
{