Skip to content

Commit 6bd7b12

Browse files
committed
Adding default schema list
1 parent 3f9ae63 commit 6bd7b12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/core/types/ut_run.tpb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ create or replace type body ut_run as
2929
self.coverage_options := a_coverage_options;
3030
self.test_file_mappings := coalesce(a_test_file_mappings, ut_file_mappings());
3131
if self.coverage_options is not null then
32+
l_run_schemes := get_run_schemes();
3233
l_run_schemes := coalesce(coverage_options.schema_names, l_run_schemes);
3334
coverage_options.schema_names := l_run_schemes;
3435
if coverage_options.exclude_objects is not null then

0 commit comments

Comments
 (0)