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 a90a408 commit a00ba91Copy full SHA for a00ba91
1 file changed
source/core/ut_expectation_processor.pkb
@@ -132,7 +132,6 @@ create or replace package body ut_expectation_processor as
132
c_expectation_search_pattern constant varchar2(500) :=
133
'(.*\.(UT_EXPECTATION[A-Z0-9#_$]*|UT|UTASSERT2?)(\.[A-Z0-9#_$]+)?\s+)+(.*)';
134
begin
135
- dbms_output.put_line(c_call_stack);
136
l_caller_stack_line := regexp_substr( c_call_stack, c_expectation_search_pattern, 1, 1, 'm', 4);
137
l_line_no := to_number( regexp_substr(l_caller_stack_line,'0x[0-9a-f]+\s+(\d+)',subexpression => 1) );
138
l_caller_type_and_name := trim(regexp_substr(l_caller_stack_line,'0x[0-9a-f]+\s+\d+\s+(.+)',subexpression => 1));
0 commit comments