File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ set verify off
1111@../source/create_utplsql_owner.sql $UT3_OWNER $UT3_OWNER_PASSWORD $UT3_TABLESPACE
1212--needed for Mystats script to work
1313grant select any dictionary to $UT3_OWNER ;
14+ --Needed for testing a coverage outside ut3_owner.
15+ grant create any procedure, execute any procedure to $UT3_OWNER ;
16+
1417@../source/create_utplsql_owner.sql $UT3_USER $UT3_USER_PASSWORD $UT3_TABLESPACE
18+
1519cd ..
1620
1721--enable plsql debug
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ create table ut$test_table (val varchar2(1));
2525@@helpers/ utplsql_test_reporter .typ
2626@@helpers/ test_reporters .pks
2727@@helpers/ test_reporters .pkb
28+ @@helpers/ html_coverage_test .pck
2829@@helpers/ test_reporters_1 .pks
2930@@helpers/ test_reporters_1 .pkb
3031
You can’t perform that action at this time.
0 commit comments