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 436eb5b commit 3d77514Copy full SHA for 3d77514
2 files changed
test/ut3_tester/core/test_ut_utils.pkb
@@ -507,7 +507,7 @@ end;
507
ut.expect(l_postfix_string).to_equal('ab|cd&|');
508
end;
509
510
- procedure test_conversion_from_rpn_to_infix is
+ procedure test_conv_from_rpn_to_infix is
511
l_postfix_rpn ut3_develop.ut_varchar2_list;
512
l_infix_string varchar2(4000);
513
begin
test/ut3_tester/core/test_ut_utils.pks
@@ -161,7 +161,7 @@ create or replace package test_ut_utils is
161
procedure test_conversion_to_rpn;
162
163
--%test( Test conversion of expression from Reverse Polish Notation into infix)
164
- procedure test_conversion_from_rpn_to_infix;
+ procedure test_conv_from_rpn_to_infix;
165
166
end test_ut_utils;
167
/
0 commit comments