Fixed: Language Upgrade Tests

This commit is contained in:
Qstick
2017-12-24 01:22:48 -05:00
parent 8b7b2e6a83
commit a4dacf2812
4 changed files with 24 additions and 5 deletions
@@ -38,6 +38,7 @@ namespace NzbDrone.Core.Test.ParserTests
}
[Test]
[Ignore("Artist Don't have year association thus we dont use this currently")]
public void should_have_year_in_title_when_title_has_a_year()
{
const string title = "House.2004.S01E01.pilot.720p.hdtv";
@@ -48,6 +49,7 @@ namespace NzbDrone.Core.Test.ParserTests
}
[Test]
[Ignore("Artist Don't have year association thus we dont use this currently")]
public void should_title_without_year_should_not_contain_year()
{
const string title = "House.2004.S01E01.pilot.720p.hdtv";