summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess/tools/dbcreatetools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/dbaccess/tools/dbcreatetools.inc')
-rwxr-xr-xtestautomation/dbaccess/tools/dbcreatetools.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/testautomation/dbaccess/tools/dbcreatetools.inc b/testautomation/dbaccess/tools/dbcreatetools.inc
index 159f27cc249f..964c2be5e64d 100755
--- a/testautomation/dbaccess/tools/dbcreatetools.inc
+++ b/testautomation/dbaccess/tools/dbcreatetools.inc
@@ -1462,6 +1462,7 @@ function fSetJDBCDriverFiles(sClassPath) as boolean
call hCloseDocument
end function
+
'-------------------------------------------------------------------------
function hGetInstalledDatabaseDrivers( dbDriverList() as string ) as integer
@@ -1510,7 +1511,7 @@ function hGetInstalledDatabaseDrivers( dbDriverList() as string ) as integer
endif
- if ( VERBOSE ) then
+ if ( GVERBOSE ) then
printlog( CFN & "Returning " & iDriverCount & " drivers" )
endif
@@ -1588,7 +1589,7 @@ function hGetDatabaseDisplayName( dbDriverURL as string ) as string
endif
- if ( VERBOSE ) then
+ if ( GVERBOSE ) then
printlog( CFN & "Database display string: " & sDatabaseName )
endif
hGetDataBaseDisplayName() = sDatabaseName