File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -829,7 +829,7 @@ create or replace package body ut_suite_builder is
829829 end loop;
830830 end;
831831
832- procedure warning_on_floating_endcontext (
832+ procedure warning_on_extra_endcontext (
833833 a_suite in out nocopy ut_suite,
834834 a_package_ann_index tt_annotations_by_name
835835 ) is
@@ -915,7 +915,7 @@ create or replace package body ut_suite_builder is
915915 add_tests_to_items( l_suite, l_annotations, a_suite_items );
916916
917917 --by this time all contexts were consumed and l_annotations should not have any context/endcontext annotation in it.
918- warning_on_floating_endcontext ( l_suite, l_annotations.by_name );
918+ warning_on_extra_endcontext ( l_suite, l_annotations.by_name );
919919
920920 a_suite_items.extend;
921921 a_suite_items( a_suite_items.last) := l_suite;
You can’t perform that action at this time.
0 commit comments