removed Nzbx

This commit is contained in:
Keivan Beigi 2013-07-09 15:06:41 -07:00
parent 54c36e9264
commit 966b9d62b7
13 changed files with 3 additions and 189 deletions

View file

@ -117,7 +117,7 @@ namespace NzbDrone.Core.Test.Framework
[TearDown]
public void TearDown()
{
if (TestFolderInfo != null)
if (TestFolderInfo != null && Directory.Exists(TestFolderInfo.AppDataFolder))
{
var files = Directory.GetFiles(TestFolderInfo.AppDataFolder);