summaryrefslogtreecommitdiffstats
path: root/testautomation/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/dbaccess')
-rwxr-xr-xtestautomation/dbaccess/required/includes/MainApp.inc16
-rwxr-xr-xtestautomation/dbaccess/tools/dbcreatetools.inc5
2 files changed, 6 insertions, 15 deletions
diff --git a/testautomation/dbaccess/required/includes/MainApp.inc b/testautomation/dbaccess/required/includes/MainApp.inc
index 4d5855ac9bba..eab441cbb228 100755
--- a/testautomation/dbaccess/required/includes/MainApp.inc
+++ b/testautomation/dbaccess/required/includes/MainApp.inc
@@ -29,18 +29,8 @@
'*
'* short description : test the Main Application Window
'*
-'************************************************************************
-'*
-' #1 tMainApp
-' #1 tMainMenuBar
-' #1 tDatabaseProperties
-' #1 tTableView
-' #1 tPreview
-' #1 tTableFilters
-' #1 tRegisterDatabaseDialog
-' #1 tDatabaseBeamer
-'*
-'\***********************************************************************************
+'\******************************************************************************
+
sub MainApp
printlog "------------------ MainApp.inc ---------------------"
@@ -299,7 +289,7 @@ testcase tMainMenuBar
hMenuSelectNr(1) ' FILE/NEW menu
iCount = hMenuItemGetCount()
if (iCount <> 12) then
- warnlog "There should 12 items in the FILE/NEW menu but there are " + iCount + " items."
+ warnlog "#i112496# - There should 12 items in the FILE/NEW menu but there are " + iCount + " items."
end if
call hMenuClose() ' close the FILE menu
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