From dd63ff850c3e632be761b45eb0c4ad1811e16bb7 Mon Sep 17 00:00:00 2001 From: Warren Date: Mon, 6 Aug 2018 11:54:07 +0100 Subject: [PATCH] Remove test paths to umbraco_client - makes no sense to test for this path as it no longer exists --- src/Umbraco.Tests/Configurations/GlobalSettingsTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Umbraco.Tests/Configurations/GlobalSettingsTests.cs b/src/Umbraco.Tests/Configurations/GlobalSettingsTests.cs index aea6632130..ebba8bc1cc 100644 --- a/src/Umbraco.Tests/Configurations/GlobalSettingsTests.cs +++ b/src/Umbraco.Tests/Configurations/GlobalSettingsTests.cs @@ -67,8 +67,6 @@ namespace Umbraco.Tests.Configurations Assert.IsTrue(globalSettings.IsReservedPathOrUrl(url)); } - [TestCase("/umbraco_client/Tree/treeIcons.css")] - [TestCase("/umbraco_client/Tree/Themes/umbraco/style.css")] [TestCase("/base/somebasehandler")] [TestCase("/")] [TestCase("/home.aspx")]