Get tests to run, troubleshoot

This commit is contained in:
Stephan
2016-10-13 21:08:07 +02:00
parent 422a9cf162
commit 341e817fd5
133 changed files with 1425 additions and 2099 deletions

View File

@@ -47,10 +47,9 @@ namespace Umbraco.Tests.Cache.PublishedCache
</root>";
}
[SetUp]
public override void Initialize()
public override void SetUp()
{
base.Initialize();
base.SetUp();
_httpContextFactory = new FakeHttpContextFactory("~/Home");