You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2007/07/04 10:27:13 UTC

[jira] Commented: (MPTEST-74) When forkmode=once console doesn't display names of unit tests being run

    [ http://jira.codehaus.org/browse/MPTEST-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_101226 ] 

Lukas Theussl commented on MPTEST-74:
-------------------------------------

This is the behavior of ant's junit task, I don't know any property to control that.

> When forkmode=once console doesn't display names of unit tests being run
> ------------------------------------------------------------------------
>
>                 Key: MPTEST-74
>                 URL: http://jira.codehaus.org/browse/MPTEST-74
>             Project: Maven 1.x Test Plugin
>          Issue Type: Bug
>    Affects Versions: 1.8.2
>            Reporter: Todd Huss
>            Priority: Minor
>
> With forkmode=once it makes it hard to know which test failed because the console doesn't display the test names so you end up having to go in and grep in target/test-reports to figure out which test failed.
> forkmode=once
> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.59 sec
> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.242 sec
> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.018 sec
> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.234 sec
> forkmode=perTest
> [junit] Running gs.data.admin.batch.BatchLogDaoTest
> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.433 sec
> [junit] Running gs.data.admin.ConfigurationDaoHibernateTest
> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.789 sec

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira