History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CCNET-1105
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Daniel Hommel
Reporter: Alex Hutton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
CruiseControl .NET

MSTestReport and MSTestSummary do not work with MSTest 9 (VS2008)

Created: 06/Mar/08 09:24 AM   Updated: Sunday 12:48 PM
Component/s: Stylesheet
Affects Version/s: 1.3
Fix Version/s: 1.4.1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. XML File MsTestReport.xsl (5 kb)
2. XML File MsTestSummary.xsl (3 kb)
3. XML File MsTestSummary.xsl (2 kb)

Issue Links:
Dependency
 
This issue is depended on by:
CCNET-1104 MSTestReport and MSTest summary do no... Major Closed
CCNET-311 Add support for VS2005 Unit Testing F... Minor Closed


 Description  « Hide
Microsoft completely changed their XML out.put

 All   Comments   Work Log   Change History      Sort Order:
Alex Hutton [06/Mar/08 09:27 AM]
These are the revised XSL sheets to work with MSTest 9. I did not implement the gathering and displaying of class name on MSTest report. I have signed and submitted my Contributors agreement.

Martin Moe [01/Jul/08 06:25 AM]
The MsTestDummary transform has probably just been with a single testcontainer (i.e. a single test run). Surrounding the selects for the totalling variables with a sum() generalizes it so it can handle arbitrary number of test runs merged into the build report. I am attaching an improved version.

Martin Moe [01/Jul/08 06:27 AM]
Improved version to handle more than one test run merged into the build log.

Daniel Hommel [10/Sep/08 03:33 AM]
I'll add this set of files as MsTestReport2008.xsl and MsTestSummary2008.xsl.

Daniel Hommel [10/Sep/08 03:39 AM]
Committed as revision 4123.