summaryrefslogtreecommitdiff
path: root/testautomation/chart2/required
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-21 11:07:40 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-21 11:07:40 +0000
commit8380e9b5e85d240091e44b0815979c1e656e7f2f (patch)
tree4f4e1218a546964eb5c77d680c00f060a1dec859 /testautomation/chart2/required
parent2626eaa486a0a4377c9e81490ea7f652e68f4c22 (diff)
INTEGRATION: CWS chart29 (1.1.14); FILE MERGED
2008/07/14 14:32:19 jsi 1.1.14.2: #i91212# 2008/07/10 12:20:15 jsi 1.1.14.1: #i91540#
Diffstat (limited to 'testautomation/chart2/required')
-rwxr-xr-xtestautomation/chart2/required/includes/ch2_flexible_source_range_selection.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/testautomation/chart2/required/includes/ch2_flexible_source_range_selection.inc b/testautomation/chart2/required/includes/ch2_flexible_source_range_selection.inc
index 69521946dbd1..f7bcf0459960 100755
--- a/testautomation/chart2/required/includes/ch2_flexible_source_range_selection.inc
+++ b/testautomation/chart2/required/includes/ch2_flexible_source_range_selection.inc
@@ -8,9 +8,9 @@
'*
'* $RCSfile: ch2_flexible_source_range_selection.inc,v $
'*
-'* $Revision: 1.1 $
+'* $Revision: 1.2 $
'*
-'* last change: $Author: jsi $ $Date: 2008-06-13 14:27:01 $
+'* last change: $Author: obo $ $Date: 2008-07-21 12:07:40 $
'*
'* This file is part of OpenOffice.org.
'*
@@ -526,8 +526,8 @@ testcase tDataRangeDialogCalc
printlog "Check if the data range in edit field is $ChartFlexRange.$D$4:$G$6;$ChartFlexRange.$C$5:$G$6;$ChartFlexRange.$C$4"
Kontext "TabChartTypeDataRange"
sDataRange = DataRange.GetText
- if sDataRange <> "$ChartFlexRange.$D$4:$G$6;$ChartFlexRange.$C$5:$G$6;$ChartFlexRange.$C$4" then
- warnlog "This is not the expected datarange, it is " & sDataRange & " but should be $ChartFlexRange.$D$4:$G$6;$ChartFlexRange.$C$5:$G$6;$ChartFlexRange.$C$4"
+ if sDataRange <> "$ChartFlexRange.$C$4:$G$6" then
+ warnlog "This is not the expected datarange, it is " & sDataRange & " but should be $ChartFlexRange.$C$4:$G$6"
else
printlog " Datarange is correct"
endif
@@ -923,7 +923,8 @@ endcase
function fOpenTestDocumentAndInsertChart(sInputFile as string) as BOOLEAN
fOpenTestDocumentAndInsertChart = FALSE
call hFileOpen(sInputFile)
- sleep(2)
+ sleep(2)
+ Call sMakeReadOnlyDocumentEditable()
Kontext "DocumentCalc"
'/// Type <STRG+HOME>
printlog "Type <STRG+HOME>"