Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/3d23ac9234d2b18d0069b7643ff5281df1ec2eaf You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed compilation issue

pull/3113/head
Mark McDowall 12 years ago
parent 2b682a4936
commit 3d23ac9234

@ -20,7 +20,6 @@ namespace NzbDrone.Core.Test.OrganizerTests
{
namingConfig = new NamingConfig();
Mocker.GetMock<INamingConfigService>()
.Setup(c => c.GetConfig()).Returns(namingConfig);
}
@ -40,7 +39,7 @@ namespace NzbDrone.Core.Test.OrganizerTests
.With(s => s.SeasonFolder = useSeasonFolder)
.Build();
Mocker.GetMock<IConfigService>().Setup(e => e.SeasonFolderFormat).Returns(seasonFolderFormat);
namingConfig.SeasonFolderFormat = seasonFolderFormat;
Subject.BuildFilePath(fakeSeries, seasonNumber, filename, ".mkv").Should().Be(expectedPath.AsOsAgnostic());
}

Loading…
Cancel
Save