mirror of https://github.com/Sonarr/Sonarr
Remove old, broken test
This commit is contained in:
parent
be1acfc2f9
commit
5c5b012ded
|
@ -754,19 +754,6 @@ namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
|
|||
.Should().Be("[SonarrTest]South.Park.100");
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void should_be_able_to_use_original_filename()
|
||||
{
|
||||
_series.Title = "30 Rock";
|
||||
_namingConfig.StandardEpisodeFormat = "{Series Title} - {Original Filename}";
|
||||
|
||||
_episodeFile.SceneName = "30.Rock.S01E01.xvid-LOL";
|
||||
_episodeFile.RelativePath = "30 Rock - S01E01 - Test";
|
||||
|
||||
Subject.BuildFileName(new List<Episode> { _episode1 }, _series, _episodeFile)
|
||||
.Should().Be("30 Rock - 30 Rock - S01E01 - Test");
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void should_be_able_to_use_original_filename_only()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue