https://bz.apache.org/bugzilla/show_bug.cgi?id=64952
Bug ID: 64952 Summary: junit4 Parameterized not reported Product: Ant Version: 1.10.9 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Optional Tasks Assignee: notifications@ant.apache.org Reporter: t...@freigmbh.de Target Milestone: --- Created attachment 37584 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37584&action=edit Example for a bad report junitlauncher build task using a legacy xml listener <junitlauncher haltonfailure="true" printsummary="off"> <classpath refid="myclasspath"/> <testclasses outputdir="output/junit" > <fileset dir="theStuff"> </fileset> <listener type="legacy-xml" /> </testclasses> </junitlauncher> And a Testclass using @Paramterized (junit4). Will produce an output xml wich does not include individual testcase. (The total number of tests is correct, yet the "testcase" elements are missing) My changes in the let the legacy-xml listener print testcases elements https://github.com/apache/ant/pull/125 This is most likely the same issue as 58438. -- You are receiving this mail because: You are the assignee for the bug.