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 80f7387 commit 44e124dCopy full SHA for 44e124d
1 file changed
source/reporters/ut_xunit_reporter.tpb
@@ -82,7 +82,7 @@ create or replace type body ut_xunit_reporter is
82
self.print_text('<testsuite tests="' || l_tests_count || '"' || ' id="' || a_suite_id || '"' || ' package="' ||
83
a_suite.path || '" ' || self.get_common_item_attributes(a_suite) || '>');
84
if a_suite is of(ut_suite) then
85
- l_suite := treat(l_suite as ut_suite);
+ l_suite := treat(a_suite as ut_suite);
86
87
if l_suite.before_all.serveroutput is not null or l_suite.after_all.serveroutput is not null then
88
self.print_text('<system-out>');
0 commit comments