Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44e124d

Browse files
committed
Fixed a typo.
1 parent 80f7387 commit 44e124d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/reporters/ut_xunit_reporter.tpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ create or replace type body ut_xunit_reporter is
8282
self.print_text('<testsuite tests="' || l_tests_count || '"' || ' id="' || a_suite_id || '"' || ' package="' ||
8383
a_suite.path || '" ' || self.get_common_item_attributes(a_suite) || '>');
8484
if a_suite is of(ut_suite) then
85-
l_suite := treat(l_suite as ut_suite);
85+
l_suite := treat(a_suite as ut_suite);
8686

8787
if l_suite.before_all.serveroutput is not null or l_suite.after_all.serveroutput is not null then
8888
self.print_text('<system-out>');

0 commit comments

Comments
 (0)