linux fixes

This commit is contained in:
kay.one 2013-07-26 21:34:11 -07:00
commit 0d6d9a7021
3 changed files with 18 additions and 8 deletions

View file

@ -6,6 +6,7 @@ using NzbDrone.Core.MediaFiles;
using NzbDrone.Core.Qualities;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Core.Tv;
using NzbDrone.Test.Common;
namespace NzbDrone.Core.Test.MediaFileTests
{
@ -49,7 +50,7 @@ namespace NzbDrone.Core.Test.MediaFileTests
[Test]
public void GetFileByPath_should_return_EpisodeFile_if_file_exists_in_database()
{
var path = @"C:\Test\EpisodeFile.avi";
var path = @"C:\Test\EpisodeFile.avi".AsOsAgnostic();
var episodeFile = Builder<EpisodeFile>.CreateNew()
.With(f => f.Id = 0)