Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5a873 commit 5941731Copy full SHA for 5941731
1 file changed
tests/ut_test/ut_test.ReportWarningOnRollbackFailed.sql
@@ -34,7 +34,7 @@ begin
34
dbms_lob.append(l_output,l_output_data(i));
35
end loop;
36
37
- if l_output like '%Warnings:%Unable to perform automatic rollback after test suite: UT_OUTPUT_TEST_ROLLBACK%
+ if l_output like '%Warnings:%Unable to perform automatic rollback after test suite: ut_output_test_rollback%
38
An implicit or explicit commit/rollback occurred.%
39
Use the %rollback(manual) annotation or remove commits/rollback/ddl statements that are causing the issue.%0 disabled, 1 warning(s)%' then
40
:test_result := ut_utils.tr_success;
0 commit comments