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

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ whenever oserror exit failure rollback
@@ut_assert.pkb
@@ut_suite_manager.pkb

select * from user_errors
where name not like 'BIN$%';

exit success
2 changes: 1 addition & 1 deletion source/ut_suite_manager.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ create or replace package body ut_suite_manager is
and t.object_name not like 'UT\_%' escape '\') loop
config_package(rec.owner, rec.object_name, l_suite, l_suite_path);

if l_suite_path is not null
if l_suite_path is not null then
l_all_suites(l_suite_path) := l_suite;
end if;

Expand Down