AspNetWebStack icon indicating copy to clipboard operation
AspNetWebStack copied to clipboard

GenerateTokenHtmlEncodesValues() Unit Test fail

Open doggy8088 opened this issue 4 years ago • 0 comments

The GenerateTokenHtmlEncodesValues() test method in the WebMatrix.WebData.Test\SimpleMembershipProviderTest.cs file, this test is failed.

image

The generatedBytes length is 17:

image

The array length is 16:

image

Is this a bug in this test method? Or I have to configure something such as Encoding.Default? I doubted it might be related to my Windows 10 locale setting?

doggy8088 avatar Jul 17 '21 14:07 doggy8088