visualstudio.xunit icon indicating copy to clipboard operation
visualstudio.xunit copied to clipboard

Test case with duplicate ID incorrectly reported

Open ViktorHofer opened this issue 5 years ago • 0 comments

  [xUnit.net 00:00:00.89] System.Web.HttpUtility.Tests: Skipping test case with duplicate ID '67e146e9ac56298413839658e54b471a437d5f22' ('System.Web.Tests.HttpUtilityTest.UrlDecode_ByteArray(decoded: "http://exam
ple.net/?a", encoded: "http://example.net/\xd800a")' and 'System.Web.Tests.HttpUtilityTest.UrlDecode_ByteArray(decoded: "http://example.net/?a", encoded: "http://example.net/\xdc00a")')

Here you see that \xd800a and \xdc800a were recognized as the same input even though their representation is different.

cc @clairernovotny

ViktorHofer avatar Mar 21 '20 13:03 ViktorHofer