DUnit problem

Hi guys,

I've added one stage to run my unit tests with dunit, so after adding the xmltestrunner support to my test project and correct setup, I've executed the build but I'm getting the follow error:

Action has failed due to an error.
The input character chain was not in a valid format.


My xml was generated and I've attached to this post.


Any tips or changes that should be made to the report ?

I’ll look into it. Can you confirm the xmltestrunner is the one available here : https://github.com/VSoftTechnologies/DUnit-XML

yes its the one provided in the help.

Ok, I found and fixed the problem. The issue was the xmltestrunner was writing the time with your current local’s decimal separator (,) but the nunit output parser was not handling that. I pushed a change to the xmltestrunner to github which should resolve the issue.

Thanks Vincent I will get