Parser now ignores daily episodes from the future.

This commit is contained in:
kay.one
2011-11-24 00:12:24 -08:00
parent d0d9c44124
commit 03aa27c45c
5 changed files with 45 additions and 27 deletions

View File

@@ -137,7 +137,7 @@ namespace NzbDrone.Core.Test.ProviderTests
//Assert
VerifySkipImport(result, mocker);
ExceptionVerification.ExcpectedWarns(1);
ExceptionVerification.ExcpectedWarns(2);
}
[Test]