Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/5f1394acfaf5eee0161e36819357dc8e4fa55c06
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -9,7 +9,7 @@ namespace NzbDrone.Core.Test.OrganizerTests
public class CleanFixture : CoreTest
{
[TestCase("Law & Order: Criminal Intent - S10E07 - Icarus [HDTV-720p] ",
"Law & Order - Criminal Intent - S10E07 - Icarus [HDTV-720p]") ]
"Law & Order - Criminal Intent - S10E07 - Icarus [HDTV-720p]") ]
public void CleanFileName ( string name , string expectedName )
{
FileNameBuilder . CleanFileName ( name ) . Should ( ) . Be ( expectedName ) ;
@ -72,7 +72,7 @@ namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
[TestCase("The Sixth Sense 2 (Thai)", "Sixth Sense 2, The (Thai)")]
[TestCase("The Amazing Race (Latin America)", "Amazing Race, The (Latin America)")]
[TestCase("The Rat Pack (A&E)", "Rat Pack, The (A&E)")]
[TestCase("The Climax: I (Almost) Got Away With It (2016)", "Climax - I (Almost) Got Away With It, The (2016)")]
[TestCase("The Climax: I (Almost) Got Away With It (2016)", "Climax - I (Almost) Got Away With It, The (2016)")]
// [TestCase("", "")]
public void should_get_expected_title_back ( string name , string expected )