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

Skip to content

Commit a90a408

Browse files
authored
try fix
1 parent 10796ff commit a90a408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/ut_expectation_processor.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ create or replace package body ut_expectation_processor as
130130
-- in 12.2 format_call_stack reportes not only package name, but also the procedure name
131131
-- when 11g and 12c reports only package name
132132
c_expectation_search_pattern constant varchar2(500) :=
133-
'(^.*\.(UT_EXPECTATION[A-Z0-9#_$]*|UT|UTASSERT2?)(\.[A-Z0-9#_$]+)?$\s)+(.*)';
133+
'(.*\.(UT_EXPECTATION[A-Z0-9#_$]*|UT|UTASSERT2?)(\.[A-Z0-9#_$]+)?\s+)+(.*)';
134134
begin
135135
dbms_output.put_line(c_call_stack);
136136
l_caller_stack_line := regexp_substr( c_call_stack, c_expectation_search_pattern, 1, 1, 'm', 4);

0 commit comments

Comments
 (0)