NOFXer wrote:
I have the following problem. I'm doing JUnit tests with only one Testclass
but with different parameters. So when I generate the JUnit reports all
Tests have of course the same name.
So I would have:

Classes
 ExampleTest
 ExampleTest
 ExampleTest

I attached a variable to the XML files so they won't get overwritten. If I
look at the properties of the testreports I could distinguish them, but I
want to see it at the first look.
So what I need is something like this in the navigation menu:

Classes
 ExampleTest_DE
 ExampleTest_US
 ExampleTest_UK

I know that I can pass parameters to xsl file and could change the displayed
names, but since I call my junitreport target after all Tests have been done
there is no way to get the previous parameters like the used
locale(DE,UK,US).


Right now, there's nothing. I've been thinking of changing some aspects of the XML reporting (and resulting HTML), but we have to change stuff very carefully.

For now, save the separate test results to different directories - tests/de/data tests/uk/data and then generate separate sets of HTML reports for each one

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to