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

Skip to content

Commit 01b5b4d

Browse files
committed
Trying to overcome 12.2 disconnecting on test
1 parent ae5acfa commit 01b5b4d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

test/ut_annotation_parser/test_annotation_parser.pkb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -413,14 +413,14 @@ v58yvbLAXLi9gYHwoIvAgccti+Cmpg0DKLY=
413413
ut3.ut_annotation( 4, 'test', null, 'very_long_procedure_name_valid_for_oracle_12_so_utPLSQL_should_allow_it_definitely_well_still_not_reached_128_but_wait_we_dit_it' )
414414
);
415415

416-
l_source(1) := 'PACKAGE very_long_package_name_valid_for_oracle_12_so_utPLSQL_should_allow_it_definitely_well_still_not_reached_128_but_wait_we_did_it AS
417-
-- %suite
418-
-- %displayname(Name of suite)
419-
-- %suitepath(all.globaltests)
416+
l_source(1) := 'PACKAGE test_tt AS
417+
-- %suite
418+
-- %displayname(Name of suite)
419+
-- %suitepath(all.globaltests)
420420

421-
--%test
422-
procedure very_long_procedure_name_valid_for_oracle_12_so_utPLSQL_should_allow_it_definitely_well_still_not_reached_128_but_wait_we_dit_it;
423-
END;';
421+
--%test
422+
procedure very_long_procedure_name_valid_for_oracle_12_so_utPLSQL_should_allow_it_definitely_well_still_not_reached_128_but_wait_we_dit_it;
423+
END;';
424424

425425
--Act
426426
l_actual := ut3.ut_annotation_parser.parse_object_annotations(l_source);

0 commit comments

Comments
 (0)