Enable ResponseFormats_Kestrel_Chunked test

https://github.com/aspnet/KestrelHttpServer/issues/97
This commit is contained in:
Stephen Halter 2015-08-14 16:28:12 -07:00
parent e48cf0a91b
commit 8e046a035b
1 changed files with 2 additions and 3 deletions

View File

@ -59,9 +59,8 @@ namespace ServerComparison.FunctionalTests
return ResponseFormats(serverType, runtimeFlavor, architecture, applicationBaseUrl, CheckChunkedAsync);
}
// [Theory]
// TODO: Not implemented [InlineData(ServerType.Kestrel, RuntimeFlavor.CoreClr, RuntimeArchitecture.x64, "http://localhost:5075/")]
// https://github.com/aspnet/KestrelHttpServer/issues/97
[Theory]
[InlineData(ServerType.Kestrel, RuntimeFlavor.CoreClr, RuntimeArchitecture.x64, "http://localhost:5075/")]
public Task ResponseFormats_Kestrel_Chunked(ServerType serverType, RuntimeFlavor runtimeFlavor, RuntimeArchitecture architecture, string applicationBaseUrl)
{
return ResponseFormats(serverType, runtimeFlavor, architecture, applicationBaseUrl, CheckChunkedAsync);