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

Skip to content

Commit 8c4ff86

Browse files
authored
Merge pull request #39 from rlove/version3
Syntax Bug Fix
2 parents 0bd2e7f + 69b1e3b commit 8c4ff86

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

source/install.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ whenever oserror exit failure rollback
3434
@@ut_assert.pkb
3535
@@ut_suite_manager.pkb
3636

37+
select * from user_errors
38+
where name not like 'BIN$%';
39+
3740
exit success

source/ut_suite_manager.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ create or replace package body ut_suite_manager is
188188
and t.object_name not like 'UT\_%' escape '\') loop
189189
config_package(rec.owner, rec.object_name, l_suite, l_suite_path);
190190

191-
if l_suite_path is not null
191+
if l_suite_path is not null then
192192
l_all_suites(l_suite_path) := l_suite;
193193
end if;
194194

0 commit comments

Comments
 (0)