summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-06-18 08:12:02 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-06-18 08:12:02 +0200
commit905b11b344fa13112f571a5f287de6236f96c18b (patch)
tree1a77a47d54715a47df1cc7c683f18fe293350dba /testautomation/dbaccess
parent170b41b511df2f9786b7dab236fa9f3d45f2a05a (diff)
jl152: #i112023 - Added issue #i112496 to warnlogs for incorrect menuitem count
Diffstat (limited to 'testautomation/dbaccess')
-rwxr-xr-xtestautomation/dbaccess/required/includes/MainApp.inc16
1 files changed, 3 insertions, 13 deletions
diff --git a/testautomation/dbaccess/required/includes/MainApp.inc b/testautomation/dbaccess/required/includes/MainApp.inc
index fa3c1a4b0a14..0c53fa08a3e6 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