mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testng: show exceptions without failure message (IDEA-169727)
This commit is contained in:
@@ -210,7 +210,7 @@ public class IDEATestNGRemoteListener {
|
||||
final Map<String, String> attrs = new LinkedHashMap<String, String>();
|
||||
attrs.put("name", methodName);
|
||||
final String failureMessage = ex != null ? ex.getMessage() : null;
|
||||
if (failureMessage != null) {
|
||||
if (ex != null) {
|
||||
ComparisonFailureData notification;
|
||||
try {
|
||||
notification = TestNGExpectedPatterns.createExceptionNotification(failureMessage);
|
||||
|
||||
Reference in New Issue
Block a user