Application data is now stored in %APPDATA%\NzbDrone

This commit is contained in:
Keivan Beigi 2013-05-15 17:52:54 -07:00
commit 4a705e9a92
2 changed files with 3 additions and 11 deletions

View file

@ -1,7 +1,5 @@

using System;
using System;
using System.IO;
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Common;
@ -18,9 +16,6 @@ namespace NzbDrone.Update.Test
[SetUp]
public void Setup()
{
Mocker.GetMock<IEnvironmentProvider>()
.Setup(c => c.StartUpPath).Returns(@"C:\Temp\NzbDrone_update\");
Mocker.GetMock<IEnvironmentProvider>()
.Setup(c => c.SystemTemp).Returns(@"C:\Temp\");
}