Remove an incorrect CookieParser test. (dotnet/corefx#26927)
authorMax Kerr <rmkerr@users.noreply.github.com>
Wed, 7 Feb 2018 19:00:10 +0000 (11:00 -0800)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2018 19:00:10 +0000 (11:00 -0800)
commit0db38862f96f5ab9c49c948fbf776a5924a430b7
tree7be92b812928c0aaae16a15eb0387494ff73bf29
parent61cf3bb17e8dc87689f2aef2b8d8eee2365e64ff
Remove an incorrect CookieParser test. (dotnet/corefx#26927)

The test CookieParserGet_SetCookieHeaderValue_Success was written with an incorrect understanding of the desired behavior of CookieParser.Get().

The test was disabled when it was merged, and is fundamentally incorrect enough that it doesn't make sense to rewrite it. The relevant code is already covered by the regular cookie parsing tests.

Fixes: dotnet/corefx#22925

Commit migrated from https://github.com/dotnet/corefx/commit/ff003980926913d799850233ea59b1ebee3ed837
src/libraries/System.Net.Primitives/tests/UnitTests/CookieInternalTest.cs