mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-19 17:32:38 +01:00
parent
d91578aee3
commit
e09607edb0
@ -562,19 +562,6 @@ public void should_trim_extra_separators_from_middle_when_quality_proper_is_not_
|
||||
.Should().Be(string.Format("HDTV-720p{0}South{0}Park", separator));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void should_be_able_to_use_original_filename()
|
||||
{
|
||||
_movie.Title = "30 Rock";
|
||||
_namingConfig.StandardMovieFormat = "{Movie Title} - {Original Filename}";
|
||||
|
||||
_movieFile.SceneName = "30.Rock.S01E01.xvid-LOL";
|
||||
_movieFile.RelativePath = "30 Rock - S01E01 - Test";
|
||||
|
||||
Subject.BuildFileName(_movie, _movieFile)
|
||||
.Should().Be("30 Rock - 30 Rock - S01E01 - Test");
|
||||
}
|
||||
|
||||
[TestCase("en-US")]
|
||||
[TestCase("fr-FR")]
|
||||
[TestCase("az")]
|
||||
|
Loading…
Reference in New Issue
Block a user