diff options
author | obo <obo@openoffice.org> | 2010-06-22 10:06:58 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-22 10:06:58 +0200 |
commit | 21b0abf000e282de8949f9146a8d5181505e195f (patch) | |
tree | 1ba3b4666cc84d2cbf8203c6b7b12f13c872e75a /testautomation/dbaccess | |
parent | 45881dfb7c1b6509643e9a171feb0b557b93a7e7 (diff) | |
parent | 8b8f40ea64e18416a5bac9a8c69c72b479a4cd5c (diff) |
CWS-TOOLING: integrate CWS jl152
Diffstat (limited to 'testautomation/dbaccess')
-rwxr-xr-x | testautomation/dbaccess/required/includes/MainApp.inc | 16 |
1 files changed, 3 insertions, 13 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 |