Bugs item #995621, was opened at 2004-07-22 03:21
Message generated for change (Comment added) made by ikoiko
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=995621&group_id=54790

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Merrill Cornish (mcornish)
Assigned to: Nobody/Anonymous (nobody)
Summary: NUnitSummary.xsl 0.85 Doesn't Match NUnit 2.2

Initial Comment:
The default NUnitSummary.xsl XSLT file that goes with
the nunitreport task in NAntContrib 0.85 does not use
the same XML element names as the XML files produced by
nunit-console.exe 1.2.92.  For example "testsuite"
verses "test-suite".



----------------------------------------------------------------------

Comment By: Ignaz Kohlbecker (ikoiko)
Date: 2005-04-01 17:44

Message:
Logged In: YES 
user_id=1095951

Again some minor improvements on the file available at 

http://www.triamec.com/download/NUnitSummary.xsl

Modifications:
- column order and row coloring

----------------------------------------------------------------------

Comment By: Kevin Jones (kevinrj)
Date: 2004-10-26 10:41

Message:
Logged In: YES 
user_id=560588

I've changed my stylesheet slightly so that the name column
in the summary field remains fixed while the description
column varies in size. This keeps my tables aligned and
makes the layout a lot nicer. Something like this

        <xsl:template name="classesSummaryHeader">
            <tr class="TableHeader" valign="top" style="height: 4px">
              <td width="30%"><b>Name</b></td>
              <td><b>Description</b></td>
              <td width="5%"><b>Status</b></td>
              <td width="5%"><b>Duration</b></td>
            </tr>


----------------------------------------------------------------------

Comment By: Ignaz Kohlbecker (ikoiko)
Date: 2004-10-26 02:56

Message:
Logged In: YES 
user_id=1095951

Again some improvements on the file available at 

http://www.triamec.com/download/NUnitSummary.xsl

Modifications:
- show not-run testcases
- right alignment of some columns

----------------------------------------------------------------------

Comment By: Kevin Jones (kevinrj)
Date: 2004-10-25 20:18

Message:
Logged In: YES 
user_id=560588

It's working, thanks

----------------------------------------------------------------------

Comment By: Ignaz Kohlbecker (ikoiko)
Date: 2004-10-25 19:44

Message:
Logged In: YES 
user_id=1095951

I have posted some minor changes in the file available at 

http://www.triamec.com/download/NUnitSummary.xsl

Modifications:
- added information of test execution time

----------------------------------------------------------------------

Comment By: Kevin Jones (kevinrj)
Date: 2004-10-22 21:02

Message:
Logged In: YES 
user_id=560588

I'm using the latest nightly build of NantContrib along side
the latest nightly build of Nant, and I'm still not seeing
any HTML output (the HTML is produced but there is no
summary). Should the .xslt referenced below fix this
problem. I've placed this xslt into the xsl directory and
re-built and re-deployed the contrib DLL but I see no
difference in the output?

Any ideas?

----------------------------------------------------------------------

Comment By: Gert Driesen (drieseng)
Date: 2004-08-02 16:08

Message:
Logged In: YES 
user_id=707851

Why not just use NAnt's <style> task to transform the NUnit 
test results into whather format you need ?

----------------------------------------------------------------------

Comment By: Ignaz Kohlbecker (ikoiko)
Date: 2004-08-02 16:00

Message:
Logged In: YES 
user_id=1095951

I have additional bugfixes and improvements to jfurtner's
version available at 

http://www.triamec.com/download/NUnitSummary.xsl

Modifications:
- correct display of test cases per test suite
- show short name of test method without full namespace
- show test case description column
- correct display of failure message
- envinfo shows $nant.plantform.name instead of $sys.os
- envinfo shows $nant.settings.currentframework instead of
$sys.clr.version
- more line breaks in html source output

Open issue: The links from the TestSuite Summary table to
the TestSuite detail sections work with IE, but not with
Mozilla.

----------------------------------------------------------------------

Comment By: Jamie Furtner (jfurtner)
Date: 2004-07-22 20:20

Message:
Logged In: YES 
user_id=1089218

I have a fixed XSLT available at
http://subway.ideaca.com/jfurtner/NUnitSummary_final.xsl

It does combine the Toolkit XSLT with the original
NUnitSummary XSLT into the same file.

Its also compatible with Mozilla.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=995621&group_id=54790


-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/Info/Sentarus/hamr30
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to