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

@@ -14,14 +14,13 @@ using Umbraco.Tests.TestHelpers;
namespace Umbraco.Tests.Persistence.Repositories
{
[TestFixture]
public class ScriptRepositoryTest : BaseUmbracoApplicationTest
public class ScriptRepositoryTest : TestWithApplicationBase
{
private IFileSystem _fileSystem;
[SetUp]
public override void Initialize()
public override void SetUp()
{
base.Initialize();
base.SetUp();
_fileSystem = new PhysicalFileSystem(SystemDirectories.Scripts);
using (var stream = CreateStream("Umbraco.Sys.registerNamespace(\"Umbraco.Utils\");"))