nunit / nunit-v2-result-writer

The V2 result writer converts NUnit 3 formatted XML results to NUnit 2 format.
MIT License
2 stars 4 forks source link

Use correct framework version in result file; restructure tests #19

Closed CharliePoole closed 3 years ago

CharliePoole commented 3 years ago

Fixes #11

Although the tests need work, I only did the minimum here in order to verify the fix...

A full reworking of the tests is for a separate issue.