Merge origin/dev-v7-deploy into dev-v8-zbwip (builds)

This commit is contained in:
Stephan
2016-11-03 10:31:44 +01:00
412 changed files with 12532 additions and 5381 deletions

View File

@@ -28,5 +28,11 @@ namespace Umbraco.Tests.Configurations.UmbracoSettings
{
Assert.IsTrue(SettingsSection.WebRouting.DisableFindContentByIdPath == false);
}
[Test]
public void DisableRedirectUrlTracking()
{
Assert.IsTrue(SettingsSection.WebRouting.DisableRedirectUrlTracking == false);
}
}
}