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

Skip to content

Commit 2660ab1

Browse files
committed
bug fix.
1 parent 382d67c commit 2660ab1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/core/ut_suite_manager.pkb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ create or replace package body ut_suite_manager is
480480
ut_running_suite ut_test_suite := treat(l_objects_to_run(i) as ut_test_suite);
481481
begin
482482
ut_running_suite.do_execute(l_reporter);
483+
l_objects_to_run(i) := ut_running_suite;
483484
end;
484485
end loop;
485486
l_reporter.after_run(a_suites => l_objects_to_run);

0 commit comments

Comments
 (0)