Fix unit tests interferences

This commit is contained in:
Stephan
2016-09-22 22:18:05 +02:00
parent b063928732
commit 37e12cd0be

View File

@@ -15,12 +15,14 @@ namespace Umbraco.Tests.IO
[SetUp]
public void SetUp()
{
SafeCallContext.Clear();
ClearFiles();
}
[TearDown]
public void TearDown()
{
SafeCallContext.Clear();
ClearFiles();
}