Fixed most of the broken tests

This commit is contained in:
Mark McDowall 2013-02-04 20:07:07 -08:00 committed by kay.one
commit 7ed148b12c
31 changed files with 293 additions and 297 deletions

View file

@ -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>()