single broken doesnt break the whole decision process

This commit is contained in:
kay.one 2013-04-29 20:43:05 -07:00
commit 6d12a85756
4 changed files with 52 additions and 16 deletions

View file

@ -2,13 +2,11 @@ using NLog;
using NLog.Config;
using NLog.Targets;
using NUnit.Framework;
using NzbDrone.Common;
namespace NzbDrone.Test.Common
{
public abstract class LoggingTest
{
protected Logger TestLogger = LogManager.GetLogger("TestLogger");
protected static void InitLogging()