fixing Linux integration tests

This commit is contained in:
Keivan Beigi 2013-08-26 12:35:53 -07:00
parent 9370edb48c
commit 75371c4e72
3 changed files with 15 additions and 5 deletions

View file

@ -1,4 +1,5 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using System.IO;
using FluentAssertions;
using Microsoft.AspNet.SignalR.Client;
@ -42,7 +43,7 @@ namespace NzbDrone.Integration.Test
var rootFolder = new RootFolderResource
{
Path = Directory.GetCurrentDirectory()
Path = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
};
var postResponse = RootFolders.Post(rootFolder);