|
|
@@ -113,7 +113,7 @@ public class JUnitTestRunner implements TestListener { |
|
|
|
public static final int FAILURES = 1; |
|
|
|
|
|
|
|
/** |
|
|
|
* An error occured. |
|
|
|
* An error occurred. |
|
|
|
*/ |
|
|
|
public static final int ERRORS = 2; |
|
|
|
|
|
|
@@ -396,7 +396,7 @@ public class JUnitTestRunner implements TestListener { |
|
|
|
/** |
|
|
|
* Interface TestListener. |
|
|
|
* |
|
|
|
* <p>An error occured while running the test. |
|
|
|
* <p>An error occurred while running the test. |
|
|
|
*/ |
|
|
|
public void addError(Test test, Throwable t) { |
|
|
|
if (haltOnError) { |
|
|
|