Revert "more test hacks" which in theory shouldn't be required for 7.7+

This commit is contained in:
Shannon
2017-11-08 19:23:34 +11:00
parent 66a849dd12
commit 977b30c51a

View File

@@ -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 ")]