-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TaskWebClientTest.UploadValues_Success test is failing #79731
Comments
Tagging subscribers to this area: @dotnet/ncl Issue Details
It seems like the expected cc: @MihaZupan
|
dotnet/corefx#18933 introduced an internal copy of the #75896 removed this duplication and changed the behavior of I'd be inclined to just update the test to use a new expected value. Compare the runtime/src/libraries/System.Web.HttpUtility/src/System/Web/Util/HttpEncoderUtility.cs Lines 19 to 29 in c0ebf2b
to the WebClient code in 7.0runtime/src/libraries/System.Net.WebClient/src/System/Net/WebClient.cs Lines 1257 to 1268 in 8ac3832
|
I'm fine with that as long as we feel it will not break anybody. I just noticed failing tests as they run agains (tanks to @ViktorHofer) |
@MihaZupan do you plan on updating the test soon or should we disable it in the meantime to get a clean run? |
@MihaZupan FYI the test needs to be reenabled in
|
https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-viktorhofer-outerlocb9d28b3bc0f4e38be/System.Net.WebClient.Tests/3/console.ad6886a8.log?helixlogtype=result
The UploadValues_Success test fails:
It seems like the expected
'
is escaped as%27
.cc: @MihaZupan
The text was updated successfully, but these errors were encountered: