Fix tests by reintroducing some files in Umbraco.Web

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-06-10 10:23:36 +02:00
parent 835b04273f
commit aa7637129c
12 changed files with 610 additions and 35 deletions

View File

@@ -30,9 +30,9 @@ namespace Umbraco.Tests.TestHelpers.ControllerTesting
var httpConfig = new HttpConfiguration();
// TODO: Enable this if you can't see the errors produced
//var traceWriter = httpConfig.EnableSystemDiagnosticsTracing();
//traceWriter.IsVerbose = true;
//traceWriter.MinimumLevel = TraceLevel.Debug;
// var traceWriter = httpConfig.EnableSystemDiagnosticsTracing();
// traceWriter.IsVerbose = true;
// traceWriter.MinimumLevel = TraceLevel.Debug;
httpConfig.IncludeErrorDetailPolicy = IncludeErrorDetailPolicy.Always;