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

Skip to content

Commit a4a33fb

Browse files
committed
Update test
1 parent 10e651f commit a4a33fb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

source/expectations/data_values/ut_compound_data_helper.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

test/ut3_user/expectations/test_expectations_cursor.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,7 +2550,7 @@ Diff:%
25502550
begin
25512551
l_exp_message :='ORA-20218: SQL exception thrown when fetching data from cursor:
25522552
ORA-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);
25542554
Check 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:
25772577
ORA-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);
25792579
Check the query and data for errors.';
25802580

25812581
open l_expected for

0 commit comments

Comments
 (0)