Fix tests by reintroducing some files in Umbraco.Web
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user