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 c61abfa commit 35acf14Copy full SHA for 35acf14
1 file changed
source/core/ut_suite_builder.pkb
@@ -907,7 +907,7 @@ create or replace package body ut_suite_builder is
907
908
l_context_pos := a_annotations.by_name( gc_context).next( l_context_pos);
909
-- don't go on when the next context is outside the parent's context boundaries
910
- if ( a_parent_end_context_pos is not null and a_parent_end_context_pos <= l_context_pos ) then
+ if (a_parent_end_context_pos <= l_context_pos ) then
911
l_context_pos := null;
912
end if;
913
l_context_no := l_context_no + 1;
0 commit comments