Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e3fff commit e59a5acCopy full SHA for e59a5ac
1 file changed
test/ut_suite_manager/test_suite_manager.pkb
@@ -16,7 +16,6 @@ create or replace package body test_suite_manager is
16
l_all_objects_to_run := ut3.ut_suite_manager.configure_execution_by_path(ut3.ut_varchar2_list(c_path));
17
18
for i in 1..l_all_objects_to_run.count loop
19
- dbms_output.put_line(l_all_objects_to_run(i).name);
20
if l_all_objects_to_run(i).name in ('tests', 'tests2') then
21
l_objects_to_run.extend;
22
l_objects_to_run(l_objects_to_run.last) := l_all_objects_to_run(i);
0 commit comments