File tree Expand file tree Collapse file tree
source/expectations/data_values
test/ut3_user/expectations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -603,8 +603,8 @@ create or replace package body ut_compound_data_helper is
603603 function create_err_cursor_msg(a_error_stack varchar2) return varchar2 is
604604 begin
605605 return 'SQL exception thrown when fetching data from cursor:'||
606- trim( ut_utils.remove_error_from_stack(sqlerrm,ut_utils.gc_xml_processing) )||chr(10)||
607- trim( ut_expectation_processor.who_called_expectation(a_error_stack) )||
606+ ut_utils.remove_error_from_stack(sqlerrm,ut_utils.gc_xml_processing)||chr(10)||
607+ ut_expectation_processor.who_called_expectation(a_error_stack)||
608608 'Check the query and data for errors.';
609609 end;
610610
Original file line number Diff line number Diff line change @@ -2550,7 +2550,7 @@ Diff:%
25502550 begin
25512551 l_exp_message :='ORA-20218: SQL exception thrown when fetching data from cursor:
25522552ORA-01476: divisor is equal to zero
2553- at "UT3$USER#.TEST_EXPECTATIONS_CURSOR%", line 2561 ut3.ut.expect(l_actual).to_equal(l_expected);%
2553+ at "UT3$USER#.TEST_EXPECTATIONS_CURSOR%", line 2561 ut3.ut.expect(l_actual).to_equal(l_expected);
25542554Check the query and data for errors.';
25552555
25562556 open l_actual for
@@ -2575,7 +2575,7 @@ Check the query and data for errors.';
25752575
25762576 l_exp_message :='ORA-20218: SQL exception thrown when fetching data from cursor:
25772577ORA-01476: divisor is equal to zero
2578- at "UT3$USER#.TEST_EXPECTATIONS_CURSOR%", line 2586 ut3.ut.expect(l_actual).to_equal(l_expected);%
2578+ at "UT3$USER#.TEST_EXPECTATIONS_CURSOR%", line 2586 ut3.ut.expect(l_actual).to_equal(l_expected);
25792579Check the query and data for errors.';
25802580
25812581 open l_expected for
You can’t perform that action at this time.
0 commit comments