Comment 4 for bug 534574

Revision history for this message
Charlie Poole (charlie.poole) wrote :

Yes, the XML file discussed here is the result file - default name TestResult.xml.

Have you examined bug #491458? NUnit-Results uses several NUnit dlls to load the file. Those are from NUnit 2.2.10 and have never been changed. To change is not trivial but it's necessary in order to recognize features that did not exist in that old version of NUnit.

Ideally, we should not depend on _any_ version of NUnit, but look at the XML file directly. Because this is a major design change, I have marked it for a 2.0 release, as well as any bugs that depend on it.