Remove test paths to umbraco_client - makes no sense to test for this path as it no longer exists

This commit is contained in:
Warren
2018-08-06 11:54:07 +01:00
parent 4730ee317b
commit dd63ff850c

View File

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