Skip to content

Commit 2969a12

Browse files
author
Gebal, Jacek
committed
Removing dbms_output from --%beforetest suite/test setup
1 parent 45df996 commit 2969a12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/migration_test/test_migration.pkb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ end;
8989
end;
9090

9191
procedure register_ut_v2_packages is
92+
l_lines dbmsoutput_linesarray;
93+
l_numlines integer;
9294
pragma autonomous_transaction;
9395
begin
9496
dbms_output.put_line('register_ut_v2_packages');
@@ -97,6 +99,8 @@ end;
9799
utSuite.add ('MIGRATION');
98100
utPackage.add('MIGRATION', 'UT_BETWNSTR_NEW', samepackage_in => true);
99101
utplsql.testsuite ('MIGRATION');
102+
103+
dbms_output.get_lines ( l_lines, l_numlines );
100104
commit;
101105
end;
102106

0 commit comments

Comments
 (0)