fixed broken tests.

This commit is contained in:
kay.one 2013-09-13 23:09:36 -07:00
commit 87da82dd90
3 changed files with 4 additions and 2 deletions

View file

@ -159,7 +159,7 @@ namespace NzbDrone.Test.Common
protected string GetTestFilePath()
{
return GetTestFilePath(Path.GetTempFileName());
return GetTestFilePath(Path.GetRandomFileName());
}
protected string SandboxFolder