Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f955d2a commit 430f76fCopy full SHA for 430f76f
1 file changed
source/reporters/ut_xunit_reporter.tpb
@@ -97,7 +97,7 @@ create or replace type body ut_xunit_reporter is
97
end if;
98
99
l_errors := l_suite.get_error_stack_traces();
100
- if l_data is not null and l_data != empty_clob() then
+ if l_errors is not empty then
101
self.print_text('<system-err>');
102
self.print_text('<![CDATA[');
103
self.print_clob(ut_utils.table_to_clob(l_errors));
0 commit comments