some cleanup.

This commit is contained in:
kay.one
2013-01-19 13:08:03 -08:00
parent ff09773a3b
commit 77bb790672
5 changed files with 4 additions and 31 deletions

View File

@@ -1,5 +1,4 @@
// ReSharper disable InconsistentNaming
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using Autofac;
@@ -17,6 +16,7 @@ namespace NzbDrone.Core.Test
{
[TestFixture]
[ExclusivelyUses("REAL_LOG_FILE")]
[Serial]
class CentralDispatchFixture : CoreTest
{
readonly IList<string> indexers = typeof(CentralDispatch).Assembly.GetTypes().Where(t => t.IsSubclassOf(typeof(IndexerBase))).Select(c => c.ToString()).ToList();