This reverts commit 456169b8d2
.
pull/4906/head
parent
e2c0d83f20
commit
05e8de2b0a
@ -1,20 +0,0 @@
|
|||||||
using System.IO;
|
|
||||||
using NUnit.Framework;
|
|
||||||
|
|
||||||
namespace NzbDrone.Integration.Test
|
|
||||||
{
|
|
||||||
[SetUpFixture]
|
|
||||||
public class IntegrationTestSetup
|
|
||||||
{
|
|
||||||
[OneTimeSetUp]
|
|
||||||
[OneTimeTearDown]
|
|
||||||
public void CleanUp()
|
|
||||||
{
|
|
||||||
var dir = Path.Combine(TestContext.CurrentContext.TestDirectory, "CachedAppData");
|
|
||||||
if (Directory.Exists(dir))
|
|
||||||
{
|
|
||||||
Directory.Delete(dir, true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in new issue