summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Neumann [msc] <Marc.Neumann@oracle.com>2011-04-01 13:35:53 +0200
committerMarc Neumann [msc] <Marc.Neumann@oracle.com>2011-04-01 13:35:53 +0200
commit4c9189670ea0b94ea1e77f1c0fbe7b462b69cfb1 (patch)
tree4b2cdf4e52698ceb82f6ab2ac44585d3669532ad
parentcws fs34b: fix for report wizard testcase (diff)
downloadcore-4c9189670ea0b94ea1e77f1c0fbe7b462b69cfb1.tar.gz
core-4c9189670ea0b94ea1e77f1c0fbe7b462b69cfb1.zip
cws:fs34b fix menu item count
-rw-r--r--testautomation/dbaccess/required/includes/ReportBuilder01.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/testautomation/dbaccess/required/includes/ReportBuilder01.inc b/testautomation/dbaccess/required/includes/ReportBuilder01.inc
index d1cce59d4d3f..91faba007d11 100644
--- a/testautomation/dbaccess/required/includes/ReportBuilder01.inc
+++ b/testautomation/dbaccess/required/includes/ReportBuilder01.inc
@@ -116,13 +116,13 @@ testcase tMainMenuBar
'edit menu
- '/// check if there are 11 items in the edit menu.
- printlog "check if there are 11 items in the edit menu."
+ '/// check if there are 14 items in the edit menu.
+ printlog "check if there are 14 items in the edit menu."
ReportDesign.UseMenu
hMenuSelectNr(2)
iCount = hMenuItemGetCount()
- if (iCount <> 11) then
- warnlog "There should 11 items in the edit menu but there are " + iCount + " items."
+ if (iCount <> 14) then
+ warnlog "There should 14 items in the edit menu but there are " + iCount + " items."
end if
call hMenuClose()
@@ -140,13 +140,13 @@ testcase tMainMenuBar
'insert menu
- '/// check if there are 3 items in the insert menu.
- printlog "check if there are 3 items in the insert menu."
+ '/// check if there are 5 items in the insert menu.
+ printlog "check if there are 5 items in the insert menu."
ReportDesign.UseMenu
hMenuSelectNr(4)
iCount = hMenuItemGetCount()
- if (iCount <> 3) then
- warnlog "There should 3 items in the insert menu but there are " + iCount + " items."
+ if (iCount <> 5) then
+ warnlog "There should 5 items in the insert menu but there are " + iCount + " items."
end if
call hMenuClose()
@@ -336,7 +336,7 @@ testcase tExecuteReport
Kontext "ReportDesign"
ReportDesign.UseMenu
hMenuSelectNr(2)
- hMenuSelectNr(11)
+ hMenuSelectNr(14)
sleep(10)