mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01:00
Adding in another test
This commit is contained in:
parent
6d8b9fc112
commit
1bb4922e7e
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ public void should_use_movieFolderFormat_to_build_folder_name(string movieTitle,
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestCase("The Y-Women Collection", "The Y-Women 14", 2005, "{Movie CollectionThe}/{Movie TitleThe} ({Release Year})", "Y-Women Collection, The", "Y-Women 14, The (2005)")]
|
[TestCase("The Y-Women Collection", "The Y-Women 14", 2005, "{Movie CollectionThe}/{Movie TitleThe} ({Release Year})", "Y-Women Collection, The", "Y-Women 14, The (2005)")]
|
||||||
|
[TestCase("A Decade of Changes", "The First Year", 1980, "{Movie CollectionThe}/{Movie TitleThe} ({Release Year})", "Decade of Changes, A", "First Year, The (1980)")]
|
||||||
public void should_use_movieFolderFormat_and_CollectionFormat_to_build_folder_name(string collectionTitle, string movieTitle, int year, string format, string expectedCollection, string expectedTitle)
|
public void should_use_movieFolderFormat_and_CollectionFormat_to_build_folder_name(string collectionTitle, string movieTitle, int year, string format, string expectedCollection, string expectedTitle)
|
||||||
{
|
{
|
||||||
_namingConfig.MovieFolderFormat = format;
|
_namingConfig.MovieFolderFormat = format;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue