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
Next Next commit
Resolving a code comments
  • Loading branch information
lwasylow committed Feb 7, 2022
commit 79da316a860c4eb2dd7aa11253b377aa3e4a3772
3 changes: 1 addition & 2 deletions source/core/ut_suite_builder.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,7 @@ create or replace package body ut_suite_builder is

a_suite.disabled_flag := ut_utils.boolean_to_int(a_annotations.by_name.exists(gc_disabled));
if a_annotations.by_name.exists(gc_disabled) then
l_annotation_text := trim(a_annotations.by_name(gc_disabled)(a_annotations.by_name(gc_disabled).first));
a_suite.disabled_reason := l_annotation_text;
a_suite.disabled_reason := a_annotations.by_name(gc_disabled)(a_annotations.by_name(gc_disabled).first);
end if;

--process procedure annotations for suite
Expand Down