File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ set verify off
11
11
@../source/create_utplsql_owner.sql $UT3_OWNER $UT3_OWNER_PASSWORD $UT3_TABLESPACE
12
12
--needed for Mystats script to work
13
13
grant 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
+
14
17
@../source/create_utplsql_owner.sql $UT3_USER $UT3_USER_PASSWORD $UT3_TABLESPACE
18
+
15
19
cd ..
16
20
17
21
--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));
25
25
@@helpers/ utplsql_test_reporter .typ
26
26
@@helpers/ test_reporters .pks
27
27
@@helpers/ test_reporters .pkb
28
+ @@helpers/ html_coverage_test .pck
28
29
@@helpers/ test_reporters_1 .pks
29
30
@@helpers/ test_reporters_1 .pkb
30
31
You can’t perform that action at this time.
0 commit comments