Skip to content

Commit

Permalink
Merge pull request #129 from paulbakker/issue-114
Browse files Browse the repository at this point in the history
fixed #114
  • Loading branch information
pkriens committed Jan 17, 2012
2 parents 7dfed3b + f3d8711 commit be2c90c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions biz.aQute.junit/src/aQute/junit/JunitXmlReport.java
Expand Up @@ -222,6 +222,8 @@ public void endTest(Test test) {

testcase
.addAttribute("time", getFraction(System.currentTimeMillis() - testStartTime, 1000));

tests++;
}

public void close() {
Expand Down

0 comments on commit be2c90c

Please sign in to comment.