Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/5aae777a182ee5df5f90513cedcef25843b95e60
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -102,7 +102,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("[abc] Adventure Series : 30 [ Web ] [ MKV ] [ h264 ] [ 720 p ] [ AAC 2.0 ] [ abc ] ", " Adventure Series : ", 30, 0, 0)]
[TestCase("[XKsub] Series Title S2 [ 05 ] [ HEVC - 10 bit 1080 p AAC ] [ CHS & CHT & JPN ] ", " Series Title S2 ", 5, 0, 0)]
[TestCase("[Cheetah-Raws] Super Long Anime - 1000 ( YTV 1280 x720 x264 AAC ) ", " Super Long Anime ", 1000, 0, 0)]
[TestCase("[DameDesuYo] ReZero kara Hajimeru Isekai Seikatsu ( Season 2 ) - 33 ( 1280 x720 10 bit EAC3 ) [ 42 A12A76 ] . mkv ", " ReZero kara Hajimeru Isekai Seikatsu ", 33, 2, 0)]
[TestCase("[DameDesuYo] Another Anime With Special Naming ( Season 2 ) - 33 ( 1280 x720 10 bit EAC3 ) [ 42 A12A76 ] . mkv ", " Another Anime With Special Naming ", 33, 2, 0)]
[TestCase("[SubsPlease] Anime Title 300 - nen , With Even More Title - 01 ( 1080 p ) [ 8D E44442 ] ", " Anime Title 300 - nen , With Even More Title ", 1, 0, 0)]
//[TestCase("", "", 0, 0, 0)]
public void should_parse_absolute_numbers ( string postTitle , string title , int absoluteEpisodeNumber , int seasonNumber , int episodeNumber )