summaryrefslogtreecommitdiff
path: root/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/spreadsheet/required/includes/c_upd_editmenu.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/spreadsheet/required/includes/c_upd_editmenu.inc13
1 files changed, 4 insertions, 9 deletions
diff --git a/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc
index 07c769cf3bbf..9af880af0e18 100644..100755
--- a/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc
+++ b/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc
@@ -304,18 +304,13 @@ testcase tEditSelectAll
'/// Select whole sheet via Edit - Select All
printlog " Select whole sheet via Edit - Select All"
EditSelectAll
- '/// Check in areafield if the whole sheet is selected (A1:AMJ65536)
- printlog " Check in areafield if the whole sheet is selected (A1:AMJ65536)"
+ '/// Check in areafield if the whole sheet is selected (A1:AMJ1048576)
+ printlog " Check in areafield if the whole sheet is selected (A1:AMJ1048576)"
kontext "RechenleisteCalc"
- if Bereich.getSelText = "A1:AMJ65536" then
+ if Bereich.getSelText = "A1:AMJ1048576" then
printlog " - SelectAll is working"
else
- if Bereich.getSelText = "A1:IV65536" then
- printlog " - SelectAll is working"
- QaErrorLog "This should be a spreadsheet before the column limit (256 -> 1024) was enhanced"
- else
- warnlog "SelectAll is not working as expected. The area is " & Bereich.getSelText & " instead of A1:IV65536"
- end if
+ warnlog "SelectAll is not working as expected. The area is " & Bereich.getSelText & " instead of A1:AMJ1048576"
end if
'/// Close document
printlog " Close document"