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

Skip to content

Commit 6860168

Browse files
committed
step
1 parent 5a5ae8d commit 6860168

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

source/core/ut_suite_manager.pks

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ create or replace package ut_suite_manager authid definer is
1515
procedure run(a_path in varchar2, a_reporter in ut_reporter);
1616
-- to be implemented
1717
--procedure run(a_paths in ut_varchar2_list, a_reporter in ut_reporter);
18+
19+
--INTERNAL USE
20+
procedure configure_execution_by_path(a_paths in ut_varchar2_list, a_objects_to_run out nocopy ut_objects_list);
1821

1922
end ut_suite_manager;
2023
/

tests/RunAll.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ set serveroutput on size unlimited format truncated
1515
create table ut$test_table (val varchar2(1));
1616
@@helpers/ut_transaction_control.pck
1717
@@helpers/department.tps
18+
@@helpers/test_package_1.pck
19+
@@helpers/test_package_2.pck
1820

1921
--Tests to invoke
2022

@@ -177,6 +179,8 @@ drop procedure check_annotation_parsing;
177179
drop package ut_transaction_control;
178180
drop table ut$test_table;
179181
drop type department$;
182+
drop package test_package_1.pck
183+
drop package test_package_2.pck
180184

181185
--Finally
182186
@@lib/RunSummary

0 commit comments

Comments
 (0)