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

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Added missing "then"
  • Loading branch information
rlove committed Aug 19, 2016
commit 69b1e3b0c784604b760677c89075eb5343583370
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