Skip to content

Commit

Permalink
o Fixed elapsed time for skipped tests in surefire reports
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/surefire/trunk@1237091 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
krosenvold committed Jan 28, 2012
1 parent 54ac570 commit c2a421a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public MulticastingReporter( List<Reporter> target )

public void testSetStarting( ReportEntry report )
{
lastStartAt = System.currentTimeMillis();
for ( int i = 0; i < size; i++ )
{
target[i].testSetStarting( report );
Expand Down

0 comments on commit c2a421a

Please sign in to comment.