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

Skip to content

Commit 5941731

Browse files
committed
lowercased test
1 parent 0d5a873 commit 5941731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ut_test/ut_test.ReportWarningOnRollbackFailed.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ begin
3434
dbms_lob.append(l_output,l_output_data(i));
3535
end loop;
3636

37-
if l_output like '%Warnings:%Unable to perform automatic rollback after test suite: UT_OUTPUT_TEST_ROLLBACK%
37+
if l_output like '%Warnings:%Unable to perform automatic rollback after test suite: ut_output_test_rollback%
3838
An implicit or explicit commit/rollback occurred.%
3939
Use the %rollback(manual) annotation or remove commits/rollback/ddl statements that are causing the issue.%0 disabled, 1 warning(s)%' then
4040
:test_result := ut_utils.tr_success;

0 commit comments

Comments
 (0)