@@ -18,7 +18,6 @@ spool RunAll.log
1818-- Global setup
1919@@helpers/ ut_example_tests .pks
2020@@helpers/ ut_example_tests .pkb
21- @@helpers/ check_annotation_parsing .prc
2221-- @@helpers/cre_tab_ut_test_table.sql
2322create table ut $test_table (val varchar2 (1 ));
2423@@helpers/ ut_transaction_control .pck
@@ -271,7 +270,6 @@ spool off
271270-- Global cleanup
272271-- removing objects that should not be part of coverage report
273272drop package ut_example_tests;
274- drop procedure check_annotation_parsing;
275273drop package ut_transaction_control;
276274drop table ut$test_table;
277275drop type department$;
@@ -328,8 +326,8 @@ begin
328326 ' source/api/ut_runner.pks' ,
329327 ' source/core/coverage' ,
330328 ' source/core/types' ,
331- ' source/core/ut_annotation_parser.pkb' ,
332- ' source/core/ut_annotation_parser.pks' ,
329+ ' source/core/annotations/ ut_annotation_parser.pkb' ,
330+ ' source/core/annotations/ ut_annotation_parser.pks' ,
333331 ' source/core/ut_expectation_processor.pkb' ,
334332 ' source/core/ut_expectation_processor.pks' ,
335333 ' source/core/ut_file_mapper.pkb' ,
0 commit comments