Fixed tests

This commit is contained in:
David Fowler 2014-05-30 22:32:37 -07:00
parent 25db412332
commit 04ca5e968d
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ namespace Microsoft.AspNet.Hosting
var context = new HostingContext
{
ServerFactory = this,
Services = services,
ApplicationName = "Microsoft.AspNet.Hosting.Tests"
};