Skip to content

Commit

Permalink
Fixes junit-teamgh-225 (initialize error count)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbirkner committed Sep 15, 2011
1 parent 800f59a commit 901550a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/junit/tests/framework/TestListenerTest.java
Expand Up @@ -33,6 +33,7 @@ protected void setUp() {
fStartCount= 0;
fEndCount= 0;
fFailureCount= 0;
fErrorCount= 0;
}
public void startTest(Test test) {
fStartCount++;
Expand Down

0 comments on commit 901550a

Please sign in to comment.