Skip to content

Commit ab0fe52

Browse files
committed
Changes to html code coverage to includea user override of schema. Added tests
1 parent 94c7645 commit ab0fe52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RunAll.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
echo off
22
set UT3_OWNER=ut3
33
set UT3_OWNER_PASSWORD=ut3
4-
set ORACLE_SID=BLD872B
4+
set ORACLE_SID=XE
55
if not [%1] == [] (set UT3_OWNER=%1)
66
if not [%2] == [] (set UT3_OWNER_PASSWORD=%2)
77
if not [%3] == [] (set ORACLE_SID=%3)

0 commit comments

Comments
 (0)