| Summary: | Test report is not generated | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Udo Walker <Udo.Walker> |
| Component: | Releng | Assignee: | Platform-Releng-Inbox <platform-releng-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | david_williams |
| Version: | 4.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
I'm not sure this bug was literally fixed ... but, it's so old everything has changed now, but as far as I know the concepts behind the problem report are no longer a problem. For me it is no longer important. I use Tycho to build my plug-ins and with this everything concerning tests works fine. Thanks. |
Build Identifier: eclipse-test-framework-3.6.1 When the target "collect-results" is called in library.xml the task <junitreport> produces a file called "${classname}.xml". Then the task xslt ist used to transform that file to a HTML file. But the file name in the xslt task is "${classname}.result.xml". I suppose the "tofile" file name in the junitreport task should be "${classname}.result.xml", too? If I change it to that then I get a correctly created HTML file with my test report. Reproducible: Always