We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c26fab + 1d2ba8b commit 0ba4e8cCopy full SHA for 0ba4e8c
source/migration/ut3.utassert2.pkb
@@ -94,7 +94,9 @@ CREATE OR REPLACE PACKAGE BODY utassert2 IS
94
g_previous_pass := NOT l_failure;
95
96
/* END chrisrimmer 42694 */
97
- IF INSTR( DBMS_UTILITY.FORMAT_CALL_STACK(), 'UT_RUNNER') > 0 THEN
+ IF INSTR( DBMS_UTILITY.FORMAT_CALL_STACK(), 'UT_RUNNER') > 0
98
+ AND INSTR( DBMS_UTILITY.FORMAT_CALL_STACK(), 'UTPLSQL') = 0
99
+ THEN
100
ut.expect(l_failure,a_message => msg_in).to_be_false;
101
ELSE
102
IF utplsql2.tracing THEN
0 commit comments