aspnet / ServerTests

[Archived] Tests for Helios, WebListener and Kestrel. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
21 stars 13 forks source link

Remove net451 as a cross-compile target #60

Closed pranavkm closed 7 years ago

pranavkm commented 7 years ago

I'm seeing failures with two of the NtmlAuthTests:

Assert.Equal() Failure
Expected: Unauthorized
Actual:   OK

Any idea what's up?

Tratcher commented 7 years ago

Did they magically swap which handler HttpClient uses by default when targeting net46? You had similar issues in the HttpSysServer repo right? I can check it in a debugger / wireshark tomorrow.

pranavkm commented 7 years ago

Thanks. The HttpSys ones might have been similar. I'll skip the two tests for now and file a work item for you to look at tomorrow.