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

Skip to content

Commit 4561795

Browse files
committed
Update test
1 parent 57ee184 commit 4561795

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/core/reporters/test_not_existing_block.pkb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)