|
@@ -235,7 +235,7 @@ public class JUnitTestRunner implements TestListener { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
Test suite = null; |
|
|
Test suite = null; |
|
|
Exception exception = null; |
|
|
|
|
|
|
|
|
Throwable exception = null; |
|
|
|
|
|
|
|
|
try { |
|
|
try { |
|
|
|
|
|
|
|
@@ -268,7 +268,7 @@ public class JUnitTestRunner implements TestListener { |
|
|
suite = new TestSuite(testClass); |
|
|
suite = new TestSuite(testClass); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
|
|
|
|
|
|
} catch (Throwable e) { |
|
|
retCode = ERRORS; |
|
|
retCode = ERRORS; |
|
|
exception = e; |
|
|
exception = e; |
|
|
} |
|
|
} |
|
|