Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 12945 invoked from network); 25 Apr 2007 14:06:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2007 14:06:20 -0000 Received: (qmail 21025 invoked by uid 500); 25 Apr 2007 14:06:26 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 20992 invoked by uid 500); 25 Apr 2007 14:06:26 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 20977 invoked by uid 99); 25 Apr 2007 14:06:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 07:06:26 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 07:06:18 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 7E29E714077; Wed, 25 Apr 2007 07:05:58 -0700 (PDT) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 42241] New: - junitreport task omits test class name Message-ID: X-Bugzilla-Reason: AssignedTo Date: Wed, 25 Apr 2007 07:05:58 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=42241 Summary: junitreport task omits test class name Product: Ant Version: 1.7.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: Optional Tasks AssignedTo: dev@ant.apache.org ReportedBy: gijs.peek@gmail.com The reports generated by the junit report task fail to mention the test class name. Different test classes may use the same test case names, so this information may be useful (it would be for me) The XMLJUnitResultFormatter class seperates the test name and class name in the endTest method: currentTest.setAttribute(ATTR_NAME, n == null ? UNKNOWN : n); currentTest.setAttribute(ATTR_CLASSNAME, JUnitVersionHelper.getTestCaseClassName(test)); The testcase templates in junit-frames.xsl and junit-noframes.xsl only incorperate the name attribute, not the classname attribute. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org