Added db migration to deal with the settings changes.

This commit is contained in:
Taloth Saldono
2014-05-25 23:58:41 +02:00
parent 67dcfad5dc
commit ab154d924e
7 changed files with 105 additions and 15 deletions

View File

@@ -45,9 +45,9 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests
_remoteEpisode.ParsedEpisodeInfo.FullSeason = false;
Subject.Definition = new DownloadClientDefinition();
Subject.Definition.Settings = new FolderSettings
Subject.Definition.Settings = new PneumaticSettings
{
Folder = _pneumaticFolder
NzbFolder = _pneumaticFolder
};
}