Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: nunit-plugin
-
Labels:
-
Environment:Jenkins ver. 2.89.4
NUnit Plugin
-
Similar Issues:
Description
Test results contain wrongly encoded characters when evaluating NUnit test results. Some characters are turned into question marks.
Specifically our test reports contain the following test case and similar ones:
<test-case name="Test.Namespace.TestSuite.SaveAlphaNumericals("Ö")" executed="True" result="Success" success="True" time="5.411" asserts="19"/>
(test name simplified and anonymized)
In the test report view of Jenkins this test case is displayed as:
The special characters are turned to ??.
This happens for all test cases containing special characters like Ä,Ö,Ü or °, so in the test result the cases can't be distinguished anymore.
OK, I understand that
Let me backup our situation a little. We describe most of our test names, assertion messages in Japanese. So our job shows unreadable test results like the following:
It would be nice to have a way not to replace non-ascii bytes to ?.
Thank you.