From 2f7315b4464b0982ae822675c26c8cb6c53ce381 Mon Sep 17 00:00:00 2001 From: Renaud Paquay Date: Tue, 14 Dec 2010 22:59:39 -0800 Subject: [PATCH] Capture ASP.NET "Application Lifetime Events" in SpecFlow test logs This should help diagnose why some of the tests occasionaly fail with an "AppDomainUnloaded" exception. --HG-- branch : dev --- .../Orchard.Web/Config/Diagnostics.config | 7 ++++++- src/Orchard.Specs/Hosting/Orchard.Web/Web.config | 16 ++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/Orchard.Specs/Hosting/Orchard.Web/Config/Diagnostics.config b/src/Orchard.Specs/Hosting/Orchard.Web/Config/Diagnostics.config index e3bc6cb6f..bc7088293 100644 --- a/src/Orchard.Specs/Hosting/Orchard.Web/Config/Diagnostics.config +++ b/src/Orchard.Specs/Hosting/Orchard.Web/Config/Diagnostics.config @@ -1,5 +1,10 @@  - + + + + + + diff --git a/src/Orchard.Specs/Hosting/Orchard.Web/Web.config b/src/Orchard.Specs/Hosting/Orchard.Web/Web.config index a002e025e..02dac3a70 100644 --- a/src/Orchard.Specs/Hosting/Orchard.Web/Web.config +++ b/src/Orchard.Specs/Hosting/Orchard.Web/Web.config @@ -44,6 +44,22 @@ + + + + + + + + + + +