mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed most of the broken tests
This commit is contained in:
parent
34038245eb
commit
7ed148b12c
31 changed files with 293 additions and 297 deletions
|
@ -12,7 +12,6 @@ namespace NzbDrone.Test.Common
|
|||
{
|
||||
protected const string INTEGRATION_TEST = "Integration Test";
|
||||
|
||||
|
||||
private AutoMoqer _mocker;
|
||||
protected AutoMoqer Mocker
|
||||
{
|
||||
|
@ -29,7 +28,6 @@ namespace NzbDrone.Test.Common
|
|||
|
||||
protected Mock<RestProvider> MockedRestProvider { get; private set; }
|
||||
|
||||
|
||||
private string VirtualPath
|
||||
{
|
||||
get
|
||||
|
@ -41,7 +39,6 @@ namespace NzbDrone.Test.Common
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
protected string TempFolder { get; private set; }
|
||||
|
||||
[SetUp]
|
||||
|
@ -83,7 +80,6 @@ namespace NzbDrone.Test.Common
|
|||
_mocker = new AutoMoqer(MockBehavior.Strict);
|
||||
}
|
||||
|
||||
|
||||
protected void WithTempAsAppPath()
|
||||
{
|
||||
Mocker.GetMock<EnvironmentProvider>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue