mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Import Existing series now handles camelCase titles without spaces.
This commit is contained in:
@@ -37,6 +37,14 @@ namespace NzbDrone.Core.Test.MetadataSourceTests
|
||||
[TestCase("tvdb:78804", "Doctor Who (2005)")]
|
||||
[TestCase("TVDB:78804", "Doctor Who (2005)")]
|
||||
[TestCase("TVDB: 78804 ", "Doctor Who (2005)")]
|
||||
[TestCase("TheBigBangTheory", "The Big Bang Theory")]
|
||||
[TestCase("Agents of S.H.I.E.L.D.", "Marvel's Agents of S.H.I.E.L.D.")]
|
||||
[TestCase("Marvel's Agents of S.H.I.E.L.D.", "Marvel's Agents of S.H.I.E.L.D.")]
|
||||
[TestCase("Marvel'sAgentsOfS.H.I.E.L.D.", "Marvel's Agents of S.H.I.E.L.D.")]
|
||||
[TestCase("Utopia (US) (2014)", "Utopia (US) (2014)")]
|
||||
[TestCase("Utopia US 2014", "Utopia (US) (2014)")]
|
||||
[TestCase("UtopiaUS2014", "Utopia (US) (2014)")]
|
||||
[TestCase("@Midnight", "@midnight")]
|
||||
public void successful_search(string title, string expected)
|
||||
{
|
||||
var result = Subject.SearchForNewSeries(title);
|
||||
|
||||
Reference in New Issue
Block a user