moved data from Roaming to ProgramData.

Cleaned up DiskProvider
This commit is contained in:
kay.one 2013-07-04 21:43:28 -07:00
parent 7ff1335a2e
commit d60b863e14
33 changed files with 202 additions and 242 deletions

View file

@ -17,7 +17,7 @@ namespace NzbDrone.Common.Test
{
WithTempAsAppPath();
var configFile = Mocker.Resolve<IAppDirectoryInfo>().GetConfigPath();
var configFile = Mocker.Resolve<IAppFolderInfo>().GetConfigPath();
if (File.Exists(configFile))
File.Delete(configFile);