From 04ca5e968d748e963c136187be9c69c1fc5115a7 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 30 May 2014 22:32:37 -0700 Subject: [PATCH] Fixed tests --- test/Microsoft.AspNet.Hosting.Tests/HostingEngineTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Microsoft.AspNet.Hosting.Tests/HostingEngineTests.cs b/test/Microsoft.AspNet.Hosting.Tests/HostingEngineTests.cs index d6cbf86841..96915f09fd 100644 --- a/test/Microsoft.AspNet.Hosting.Tests/HostingEngineTests.cs +++ b/test/Microsoft.AspNet.Hosting.Tests/HostingEngineTests.cs @@ -55,6 +55,7 @@ namespace Microsoft.AspNet.Hosting var context = new HostingContext { ServerFactory = this, + Services = services, ApplicationName = "Microsoft.AspNet.Hosting.Tests" };