@@ -15,6 +15,9 @@ set serveroutput on size unlimited format truncated
1515create table ut $test_table (val varchar2 (1 ));
1616@@helpers/ ut_transaction_control .pck
1717@@helpers/ department .tps
18+ @@helpers/ test_package_3 .pck
19+ @@helpers/ test_package_1 .pck
20+ @@helpers/ test_package_2 .pck
1821
1922-- Tests to invoke
2023
@@ -160,6 +163,16 @@ create table ut$test_table (val varchar2(1));
160163@@lib/ RunTest .sql ut_utils/ ut_utils .to_string .verySmallNumber .sql
161164@@ut_utils/ ut_utils .clob_to_table .sql
162165
166+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheSchema .sql
167+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageByPath .sql
168+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTop2PackageByPath .sql
169+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageWithoutSubsuitesByPath .sql
170+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageByName .sql
171+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTop2PackageByName .sql
172+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageWithoutSubsuitesByName .sql
173+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageProcedureByPath .sql
174+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTop2PackageProcedureByPath .sql
175+
163176@@lib/ RunTest .sql ut_output_dbms_pipe/ ut_output_dbms_pipe .close .TimesOutAfterAGivenPeriodOfTimeAndRemovesPipe .sql
164177@@lib/ RunTest .sql ut_output_dbms_pipe/ ut_output_dbms_pipe .get_clob_lines .ReturnsSentLines .sql
165178@@lib/ RunTest .sql ut_output_dbms_pipe/ ut_output_dbms_pipe .get_lines .ReturnsSentLines .sql
@@ -178,28 +191,9 @@ drop procedure check_annotation_parsing;
178191drop package ut_transaction_control;
179192drop table ut$test_table;
180193drop type department$;
181-
182- -- at this point we have to be ready that it's the only packages with annotation in the schema
183- @@helpers/ test_package_1 .pck
184- @@helpers/ test_package_2 .pck
185- @@helpers/ test_package_3 .pck
186-
187- @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheSchema .sql
188-
189- @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageByPath .sql
190- @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTop2PackageByPath .sql
191- @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageWithoutSubsuitesByPath .sql
192-
193- @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageByName .sql
194- @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTop2PackageByName .sql
195- @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageWithoutSubsuitesByName .sql
196-
197- @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageProcedureByPath .sql
198- @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTop2PackageProcedureByPath .sql
199-
200- drop package test_package_1 .pck
201- drop package test_package_2 .pck
202- drop package test_package_3 .pck
194+ drop package test_package_1;
195+ drop package test_package_2;
196+ drop package test_package_3;
203197
204198-- Finally
205199@@lib/ RunSummary
0 commit comments