mirror of
https://github.com/Radarr/Radarr
synced 2026-01-15 03:53:12 +01:00
Fixed: Failing skyhook search test
New search server with dismax parser will match EF
This commit is contained in:
parent
84f707c51b
commit
736fddd0d8
1 changed files with 2 additions and 3 deletions
|
|
@ -62,8 +62,7 @@ public void Setup()
|
|||
[TestCase("Coldplay", "Coldplay")]
|
||||
[TestCase("Avenged Sevenfold", "Avenged Sevenfold")]
|
||||
[TestCase("3OH!3", "3OH!3")]
|
||||
[TestCase("Where's Kitty?", "Where's Kitty?")]
|
||||
[TestCase("The Academy Is...", "The Academy Is...")]
|
||||
[TestCase("The Academy Is...", "The Academy Is…")]
|
||||
[TestCase("lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419", "Linkin Park")]
|
||||
[TestCase("lidarrid:f59c5520-5f46-4d2c-b2c4-822eabf53419", "Linkin Park")]
|
||||
[TestCase("lidarrid: f59c5520-5f46-4d2c-b2c4-822eabf53419 ", "Linkin Park")]
|
||||
|
|
@ -100,7 +99,7 @@ public void successful_album_search(string title, string artist, string expected
|
|||
[TestCase("lidarrid: 0")]
|
||||
[TestCase("lidarrid: -12")]
|
||||
[TestCase("lidarrid:289578")]
|
||||
[TestCase("adjalkwdjkalwdjklawjdlKAJD;EF")]
|
||||
[TestCase("adjalkwdjkalwdjklawjdlKAJD")]
|
||||
public void no_artist_search_result(string term)
|
||||
{
|
||||
var result = Subject.SearchForNewArtist(term);
|
||||
|
|
|
|||
Loading…
Reference in a new issue