commiting tests before teamcity demo

This commit is contained in:
kay.one
2011-06-02 14:06:46 -07:00
parent 702399318b
commit f97209d476
42 changed files with 1447 additions and 7136 deletions
@@ -4,7 +4,7 @@ using System.Linq;
using System.Collections.Generic;
using NLog;
using NLog.Targets;
using MbUnit.Framework;
using NUnit.Framework;
namespace NzbDrone.Core.Test.Framework
{
@@ -25,7 +25,7 @@ namespace NzbDrone.Core.Test.Framework
_logs = new List<LogEventInfo>();
}
internal static void AssertNoError()
internal static void AssertNoUnexcpectedLogs()
{
ExcpectedFatals(0);
ExcpectedErrors(0);