From ef74926463fa040b789c86aa244ae131a146db1c Mon Sep 17 00:00:00 2001 From: moozzyk Date: Fri, 3 Jun 2016 12:19:45 -0700 Subject: [PATCH] Fixing a test failing on Mac and Linux --- .../BadHttpRequestTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNetCore.Server.KestrelTests/BadHttpRequestTests.cs b/test/Microsoft.AspNetCore.Server.KestrelTests/BadHttpRequestTests.cs index 1f2a5e6413..e4b9686157 100644 --- a/test/Microsoft.AspNetCore.Server.KestrelTests/BadHttpRequestTests.cs +++ b/test/Microsoft.AspNetCore.Server.KestrelTests/BadHttpRequestTests.cs @@ -181,7 +181,7 @@ namespace Microsoft.AspNetCore.Server.KestrelTests { await connection.SendEnd( "GET / HTTP/1.1", - "Hëädër: value", + "H\u00eb\u00e4d\u00ebr: value", "", ""); await ReceiveBadRequestResponse(connection); @@ -204,4 +204,4 @@ namespace Microsoft.AspNetCore.Server.KestrelTests ""); } } -} \ No newline at end of file +}