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

Skip to content

Commit 55a2ecf

Browse files
committed
Adjusted tests for ORacle 23c (change of error message for ORA-06502)
1 parent 0497dcf commit 55a2ecf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/ut3_user/reporters/test_documentation_reporter.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Failures:
3737
%
3838
%
3939
2) erroring_test
40-
ORA-06502: PL/SQL: numeric or value error: character to number conversion error
40+
ORA-06502: PL/SQL: %: character to number conversion error
4141
ORA-06512: at "UT3_USER.TEST_REPORTERS", line 44%
4242
ORA-06512: at line 6
4343
Finished in % seconds

test/ut3_user/reporters/test_teamcity_reporter.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ create or replace package body test_teamcity_reporter as
7777
<!beforeeach!>
7878
<!erroring test!>
7979
<!aftereach!>
80-
%##teamcity[testStdErr timestamp='%' name='ut3_user.test_reporters.erroring_test' out='Test exception:|nORA-06502: PL/SQL: numeric or value error: character to number conversion error|nORA-06512: at "UT3_USER.TEST_REPORTERS", line %|nORA-06512: at %|n']
81-
%##teamcity[testFailed timestamp='%' details='Test exception:|nORA-06502: PL/SQL: numeric or value error: character to number conversion error|nORA-06512: at "UT3_USER.TEST_REPORTERS", line %|nORA-06512: at %|n' message='Error occured' name='ut3_user.test_reporters.erroring_test']
80+
%##teamcity[testStdErr timestamp='%' name='ut3_user.test_reporters.erroring_test' out='Test exception:|nORA-06502: PL/SQL: %: character to number conversion error|nORA-06512: at "UT3_USER.TEST_REPORTERS", line %|nORA-06512: at %|n']
81+
%##teamcity[testFailed timestamp='%' details='Test exception:|nORA-06502: PL/SQL: %: character to number conversion error|nORA-06512: at "UT3_USER.TEST_REPORTERS", line %|nORA-06512: at %|n' message='Error occured' name='ut3_user.test_reporters.erroring_test']
8282
%##teamcity[testFinished timestamp='%' duration='%' name='ut3_user.test_reporters.erroring_test']
8383
%##teamcity[testStarted timestamp='%' captureStandardOutput='true' name='ut3_user.test_reporters.disabled_test']
8484
%##teamcity[testIgnored timestamp='%' name='ut3_user.test_reporters.disabled_test']

0 commit comments

Comments
 (0)