-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Description
Looks like here:
l_message := l_message || add_error_message(a_executables(l_idx).error_backtrace, a_message_name); |
l_std_err_msg := l_std_err_msg || add_error_message(a_test.item.error_backtrace, 'Test exception:'); |
.error_backtrace
should be replaced with .get_error_stack_trace()
In that case actual error message will be reported;