-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Platform: All, OS: All
The Visual Studio 2010 results file format has changed and that change prevents
the Hudson MSTest plugin from parsing the MSTest results file.
The Visual Studio 2008 MSTest schema was
http://microsoft.com/schemas/VisualStudio/TeamTest/2006.
The Visual Studio 2010 beta MSTest schema is
http://microsoft.com/schemas/VisualStudio/TeamTest/2010.
I added basic support for the VS 2010 schema and it seems to present results.
My changes are not extracting the buildName correctly, but they do seem to
extract the number of tests, number of failures, number skipped, and the
individual results. However, I have not performed detailed testing of my
changes to present individual results.