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 8df3f7d commit a4d92deCopy full SHA for a4d92de
1 file changed
source/core/ut_suite_builder.pkb
@@ -917,6 +917,7 @@ create or replace package body ut_suite_builder is
917
exit when not a_annotations.by_name.exists( gc_context);
918
919
l_context_pos := a_annotations.by_name( gc_context).next( l_context_pos);
920
+ -- don't go on when the next context is outside the parent's context boundaries
921
if ( a_parent_end_context_pos is not null and a_parent_end_context_pos <= l_context_pos ) then
922
l_context_pos := null;
923
end if;
0 commit comments