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

Skip to content

Commit 2e7a766

Browse files
committed
Tidy up tests
1 parent 84e8684 commit 2e7a766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/ut_suite_cache_manager.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ create or replace package body ut_suite_cache_manager is
268268
if instr(l_tags,',') > 0 or instr(l_tags,'-') > 0 then
269269
l_tags := replace(replace_legacy_tag_notation(l_tags),' ');
270270
end if;
271-
l_tags := ut_utils.convert_postfix_to_infix(ut_utils.shunt_logical_expression(l_tags));
271+
l_tags := ut_utils.conv_postfix_to_infix_sql(ut_utils.shunt_logical_expression(l_tags));
272272
l_tags := REPLACE(l_tags, '|',' or ');
273273
l_tags := REPLACE(l_tags ,'&',' and ');
274274
l_tags := REPLACE(l_tags ,'!','not');

0 commit comments

Comments
 (0)