You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2014/06/25 11:24:24 UTC

[jira] [Commented] (OFBIZ-3391) error in JUnit reports generation

    [ https://issues.apache.org/jira/browse/OFBIZ-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14043239#comment-14043239 ] 

Jacques Le Roux commented on OFBIZ-3391:
----------------------------------------

Should we not close?

> error in JUnit reports generation
> ---------------------------------
>
>                 Key: OFBIZ-3391
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3391
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>            Assignee: Jacopo Cappellato
>             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://<path to ofbiz instance>/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}
> <td><a href="/0_accountingtests.html">accountingtests</a></td><td><a name="auto-accounting-transaction-tests.testAcctgTransOnPaymentSentToSupplier"></a><a href="/0_accountingtes
> {code}
> which should be :
> {code}
> <td><a href="0_accountingtests.html">accountingtests</a></td><td><a name="auto-accounting-transaction-tests.testAcctgTransOnPaymentSentToSupplier"></a><a href="0_accountingtes
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)