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

Skip to content

Commit 3d77514

Browse files
committed
Update name
1 parent 436eb5b commit 3d77514

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/ut3_tester/core/test_ut_utils.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ end;
507507
ut.expect(l_postfix_string).to_equal('ab|cd&|');
508508
end;
509509

510-
procedure test_conversion_from_rpn_to_infix is
510+
procedure test_conv_from_rpn_to_infix is
511511
l_postfix_rpn ut3_develop.ut_varchar2_list;
512512
l_infix_string varchar2(4000);
513513
begin

test/ut3_tester/core/test_ut_utils.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ create or replace package test_ut_utils is
161161
procedure test_conversion_to_rpn;
162162

163163
--%test( Test conversion of expression from Reverse Polish Notation into infix)
164-
procedure test_conversion_from_rpn_to_infix;
164+
procedure test_conv_from_rpn_to_infix;
165165

166166
end test_ut_utils;
167167
/

0 commit comments

Comments
 (0)