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 382d67c commit 2660ab1Copy full SHA for 2660ab1
1 file changed
source/core/ut_suite_manager.pkb
@@ -480,6 +480,7 @@ create or replace package body ut_suite_manager is
480
ut_running_suite ut_test_suite := treat(l_objects_to_run(i) as ut_test_suite);
481
begin
482
ut_running_suite.do_execute(l_reporter);
483
+ l_objects_to_run(i) := ut_running_suite;
484
end;
485
end loop;
486
l_reporter.after_run(a_suites => l_objects_to_run);
0 commit comments