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

Skip to content

Commit d4b09c7

Browse files
fix incompatibility to 12.1
1 parent bcf1606 commit d4b09c7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

test/core/reporters/test_realtime_reporter.pkb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ create or replace package body test_realtime_reporter as
278278
).getclobval();
279279
ut3.ut_utils.append_to_list(l_expected_list, '<![CDATA[ORA-00942: table or view does not exist');
280280
ut3.ut_utils.append_to_list(l_expected_list, 'ORA-06512: at "%.CHECK_REALTIME_REPORTING3", line 5');
281-
ut3.ut_utils.append_to_list(l_expected_list, 'ORA-06512: at "%.CHECK_REALTIME_REPORTING3", line 5');
282-
ut3.ut_utils.append_to_list(l_expected_list, 'ORA-06512: at line 6]]>');
281+
ut3.ut_utils.append_to_list(l_expected_list, '%ORA-06512: at line 6]]>');
283282
l_expected := ut3.ut_utils.table_to_clob(l_expected_list);
284283
ut.expect(l_actual).to_be_like(l_expected);
285284
end error_stack_of_test;
@@ -295,8 +294,7 @@ create or replace package body test_realtime_reporter as
295294
).getclobval();
296295
ut3.ut_utils.append_to_list(l_expected_list, '<![CDATA[ORA-01403: no data found');
297296
ut3.ut_utils.append_to_list(l_expected_list, 'ORA-06512: at "%.CHECK_REALTIME_REPORTING3", line 21');
298-
ut3.ut_utils.append_to_list(l_expected_list, 'ORA-06512: at "%.CHECK_REALTIME_REPORTING3", line 21');
299-
ut3.ut_utils.append_to_list(l_expected_list, 'ORA-06512: at line 6]]>');
297+
ut3.ut_utils.append_to_list(l_expected_list, '%ORA-06512: at line 6]]>');
300298
l_expected := ut3.ut_utils.table_to_clob(l_expected_list);
301299
ut.expect(l_actual).to_be_like(l_expected);
302300
end error_stack_of_testsuite;

0 commit comments

Comments
 (0)