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

Removed old test

pull/4/head
Mark McDowall 11 years ago
parent ddc4c359cb
commit d6ed475c63

@ -75,17 +75,5 @@ namespace NzbDrone.Core.Test.MediaFiles.EpisodeFileMovingServiceTests
Subject.MoveEpisodeFile(_episodeFile, _localEpisode);
}
[Test]
public void should_not_catch_generic_Exception_during_folder_inheritance()
{
WindowsOnly();
Mocker.GetMock<IDiskProvider>()
.Setup(s => s.InheritFolderPermissions(It.IsAny<String>()))
.Throws<Exception>();
Assert.Throws<Exception>(() => Subject.MoveEpisodeFile(_episodeFile, _localEpisode));
}
}
}

Loading…
Cancel
Save