Fixing a test failing on Mac and Linux

This commit is contained in:
moozzyk 2016-06-03 12:19:45 -07:00
parent d14f18012a
commit ef74926463
1 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ namespace Microsoft.AspNetCore.Server.KestrelTests
{ {
await connection.SendEnd( await connection.SendEnd(
"GET / HTTP/1.1", "GET / HTTP/1.1",
"Hëädër: value", "H\u00eb\u00e4d\u00ebr: value",
"", "",
""); "");
await ReceiveBadRequestResponse(connection); await ReceiveBadRequestResponse(connection);
@ -204,4 +204,4 @@ namespace Microsoft.AspNetCore.Server.KestrelTests
""); "");
} }
} }
} }