Return-Path: Delivered-To: apmail-ofbiz-dev-archive@www.apache.org Received: (qmail 11288 invoked from network); 4 Jan 2010 13:54:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2010 13:54:18 -0000 Received: (qmail 52525 invoked by uid 500); 4 Jan 2010 13:54:17 -0000 Delivered-To: apmail-ofbiz-dev-archive@ofbiz.apache.org Received: (qmail 52512 invoked by uid 500); 4 Jan 2010 13:54:17 -0000 Mailing-List: contact dev-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list dev@ofbiz.apache.org Received: (qmail 52502 invoked by uid 99); 4 Jan 2010 13:54:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 13:54:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 13:54:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E4D3E29A0014 for ; Mon, 4 Jan 2010 05:53:54 -0800 (PST) Message-ID: <997765065.19381262613234935.JavaMail.jira@brutus.apache.org> Date: Mon, 4 Jan 2010 13:53:54 +0000 (UTC) From: "Erwan de FERRIERES (JIRA)" To: dev@ofbiz.apache.org Subject: [jira] Created: (OFBIZ-3391) error in JUnit reports generation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org error in JUnit reports generation --------------------------------- Key: OFBIZ-3391 URL: https://issues.apache.org/jira/browse/OFBIZ-3391 Project: OFBiz Issue Type: Bug Components: ALL APPLICATIONS Affects Versions: SVN trunk Reporter: Erwan de FERRIERES Fix For: SVN trunk the junitreport task is generating bad links for displaying the tests result. Steps to reproduce : # ant run-install then ant run-tests # open in a browser the runtime/logs/test-results/html/index.html file # click on the "all tests" link, wich is displaying 135 # then try to get into a class or a test name. It should display an error message, saying that there is no file. The link is calling file:///0_accountingtests.html#accounting-tests-data-load but should be file:///runtime/logs/test-results/html/0_accountingtests.html#accounting-tests-data-load When looking a the generated html files, there is an unneeded "/" at the beginning of the file : {code} accountingtestsaccountingtests