From 977b30c51a3c14e15c7ca10ae15fb7cd20ca120a Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 8 Nov 2017 19:23:34 +1100 Subject: [PATCH] Revert "more test hacks" which in theory shouldn't be required for 7.7+ --- src/Umbraco.Tests/Web/TemplateUtilitiesTests.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Umbraco.Tests/Web/TemplateUtilitiesTests.cs b/src/Umbraco.Tests/Web/TemplateUtilitiesTests.cs index f2a04c5f0f..799c7c966b 100644 --- a/src/Umbraco.Tests/Web/TemplateUtilitiesTests.cs +++ b/src/Umbraco.Tests/Web/TemplateUtilitiesTests.cs @@ -20,14 +20,8 @@ using Umbraco.Web.Templates; namespace Umbraco.Tests.Web { [TestFixture] - public class TemplateUtilitiesTests : BaseUmbracoApplicationTest + public class TemplateUtilitiesTests { - [SetUp] - public void Setup() - { - Udi.ResetUdiTypes(); - } - [TestCase("", "")] [TestCase("hello href=\"{localLink:1234}\" world ", "hello href=\"/my-test-url\" world ")] [TestCase("hello href=\"{localLink:umb://document-type/9931BDE0-AAC3-4BAB-B838-909A7B47570E}\" world ", "hello href=\"/my-test-url\" world ")]