summaryrefslogtreecommitdiff
path: root/testautomation/chart2/required/includes
diff options
context:
space:
mode:
authorOliver Craemer <oc@openoffice.org>2009-11-27 12:04:47 +0000
committerOliver Craemer <oc@openoffice.org>2009-11-27 12:04:47 +0000
commit00d8bfedd81b52ce72deb7542114d6212bb61cb2 (patch)
tree8b7257adab8481259747747a825bc15f5082b916 /testautomation/chart2/required/includes
parenta32de79fdb59629e6f42342968ae6977bbc32683 (diff)
#i106356# Autotests for chartshapes
Diffstat (limited to 'testautomation/chart2/required/includes')
-rw-r--r--testautomation/chart2/required/includes/ch2_menu.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/chart2/required/includes/ch2_menu.inc b/testautomation/chart2/required/includes/ch2_menu.inc
index df03c4dcabb8..1e8613410ec1 100644
--- a/testautomation/chart2/required/includes/ch2_menu.inc
+++ b/testautomation/chart2/required/includes/ch2_menu.inc
@@ -114,13 +114,13 @@ testcase tMainMenu
end if
call hMenuClose()
- printlog "check if there are 4 items in the VIEW/TOOLBAR menu."
+ printlog "check if there are 5 items in the VIEW/TOOLBAR menu."
DocumentCalc.UseMenu
hMenuSelectNr(3) ' VIEW
hMenuSelectNr(1) ' TOOLBAR
iCount = hMenuItemGetCount()
- if (iCount <> 4) then
- warnlog "There should 4 items in the VIEW/TOOLBAR menu but there are " + iCount + " items."
+ if (iCount <> 5) then
+ warnlog "There should 5 items in the VIEW/TOOLBAR menu but there are " + iCount + " items."
end if
call hMenuClose()