static resources are mapped to full path instead of relative.

This commit is contained in:
kay.one 2013-05-19 18:19:10 -07:00
commit 3f44339381
5 changed files with 10 additions and 24 deletions

View file

@ -73,7 +73,7 @@ namespace NzbDrone.Common.Test
[Test]
public void AppDataDirectory_path_test()
{
GetEnvironmentProvider().GetAppDataPath().Should().BeEquivalentTo(@"C:\NzbDrone\App_Data\");
GetEnvironmentProvider().GetAppDataPath().Should().BeEquivalentTo(@"C:\NzbDrone\");
}