File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ create or replace package body test_not_existing_block is
106106 create_dummy_coverage_package();
107107 create_dummy_coverage_test();
108108 g_run_id := get_mock_run_id();
109- ut3.ut_coverage_helper.mock_coverage_id(g_run_id);
109+ ut3.ut_coverage_helper.mock_coverage_id(g_run_id,ut3.ut_coverage.gc_block_coverage );
110110 mock_coverage_data(g_run_id);
111111 commit;
112112 end;
@@ -116,9 +116,9 @@ create or replace package body test_not_existing_block is
116116 begin
117117 begin execute immediate q'[drop package ut3.test_dummy_coverage]'; exception when others then null; end;
118118 begin execute immediate q'[drop package ut3.dummy_coverage]'; exception when others then null; end;
119- delete from ut3.plsql_profiler_data where runid = g_run_id;
120- delete from ut3.plsql_profiler_units where runid = g_run_id;
121- delete from ut3.plsql_profiler_runs where runid = g_run_id;
119+ delete from ut3.dbmspcc_blocks where run_id = g_run_id;
120+ delete from ut3.dbmspcc_units where run_id = g_run_id;
121+ delete from ut3.dbmspcc_runs where run_id = g_run_id;
122122 commit;
123123 end;
124124
You can’t perform that action at this time.
0 commit comments