From f0fbd2bc71eb5e54681058519452cf2a538c914b Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Mon, 20 Jun 2011 23:40:46 -0700 Subject: [PATCH] fixed broken tests --- NzbDrone.Core.Test/DiskScanProviderTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.Core.Test/DiskScanProviderTest.cs b/NzbDrone.Core.Test/DiskScanProviderTest.cs index ec98b8695..944399e47 100644 --- a/NzbDrone.Core.Test/DiskScanProviderTest.cs +++ b/NzbDrone.Core.Test/DiskScanProviderTest.cs @@ -72,7 +72,7 @@ namespace NzbDrone.Core.Test [TestCase(QualityTypes.HDTV, true)] public void import_new_file_with_better_quality(QualityTypes currentFileQuality, bool currentFileProper) { - const string fileName = @"WEEDS.S03E01.DUAL.1080p.XviD.AC3.-HELLYWOOD.avi"; + const string fileName = @"WEEDS.S03E01.DUAL.1080p.-HELLYWOOD.mkv"; const int seasonNumber = 3; const int episodeNumner = 1; const int size = 12345;