From d57ac99460bae6dd3b85e803367fa82073819770 Mon Sep 17 00:00:00 2001 From: obo Date: Wed, 23 Jun 2010 13:38:34 +0200 Subject: koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase. --- .../spreadsheet/required/includes/c_upd_editmenu.inc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) mode change 100644 => 100755 testautomation/spreadsheet/required/includes/c_upd_editmenu.inc diff --git a/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc old mode 100644 new mode 100755 index 07c769cf3bbf..9af880af0e18 --- 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" -- cgit