summaryrefslogtreecommitdiff
path: root/testautomation/chart2/required
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/chart2/required')
-rwxr-xr-xtestautomation/chart2/required/ch2_chart_data_dlg_impress.bas2
-rw-r--r--testautomation/chart2/required/ch2_flexible_source_range_selection.bas6
-rwxr-xr-xtestautomation/chart2/required/ch2_updt_calc.bas2
-rwxr-xr-xtestautomation/chart2/required/includes/ch2_ole.inc10
4 files changed, 10 insertions, 10 deletions
diff --git a/testautomation/chart2/required/ch2_chart_data_dlg_impress.bas b/testautomation/chart2/required/ch2_chart_data_dlg_impress.bas
index d0218558fd68..ed3e1efc8980 100755
--- a/testautomation/chart2/required/ch2_chart_data_dlg_impress.bas
+++ b/testautomation/chart2/required/ch2_chart_data_dlg_impress.bas
@@ -56,6 +56,6 @@ sub LoadIncludeFiles
use "global\system\includes\master.inc"
use "global\system\includes\gvariabl.inc"
Call GetUseFiles
- gApplication = "Impress"
+ gApplication = "IMPRESS"
end sub
diff --git a/testautomation/chart2/required/ch2_flexible_source_range_selection.bas b/testautomation/chart2/required/ch2_flexible_source_range_selection.bas
index 5543e2a6eb86..4f2ed0841e5c 100644
--- a/testautomation/chart2/required/ch2_flexible_source_range_selection.bas
+++ b/testautomation/chart2/required/ch2_flexible_source_range_selection.bas
@@ -47,13 +47,13 @@ sub main
printlog "Updatetest for Flexible Source Range Selection"
printlog "----------------------------------------------"
printlog "------------ Chart in Spreadsheet ------------"
- gApplication = "Calc"
+ gApplication = "CALC"
Call tDataRangeWizardCalc
Call tDataSeriesWizardCalc
Call tDataRangeDialogCalc
Call tDataSeriesDialogCalc
printlog "-------------- Chart in Writer ---------------"
- gApplication = "Writer"
+ gApplication = "WRITER"
Call tDataRangeWizardWriter
Call tDataSeriesWizardWriter
Call tDataRangeDialogWriter
@@ -67,5 +67,5 @@ sub LoadIncludeFiles
use "global\system\includes\master.inc"
use "global\system\includes\gvariabl.inc"
Call GetUseFiles
- gApplication = "Calc"
+ gApplication = "CALC"
end sub
diff --git a/testautomation/chart2/required/ch2_updt_calc.bas b/testautomation/chart2/required/ch2_updt_calc.bas
index 61b68d6504fb..57c5fa52bcec 100755
--- a/testautomation/chart2/required/ch2_updt_calc.bas
+++ b/testautomation/chart2/required/ch2_updt_calc.bas
@@ -152,6 +152,6 @@ sub LoadIncludeFiles
use "global\system\includes\gvariabl.inc"
use "global\tools\includes\optional\t_set_standard_controls.inc"
Call GetUseFiles
- gApplication = "Calc"
+ gApplication = "CALC"
end sub
diff --git a/testautomation/chart2/required/includes/ch2_ole.inc b/testautomation/chart2/required/includes/ch2_ole.inc
index 7a7b58fc70b7..3d6ffb698d36 100755
--- a/testautomation/chart2/required/includes/ch2_ole.inc
+++ b/testautomation/chart2/required/includes/ch2_ole.inc
@@ -85,8 +85,8 @@ testcase tChartOLE ( sCurrentApplication as STRING )
case ("IMPRESS") : sOutputFile = ( gOfficePath & ConvertPath("user\work\") & "tChartOLE_" & sCurrentApplication & ".odp" )
case ("DRAW") : sOutputFile = ( gOfficePath & ConvertPath("user\work\") & "tChartOLE_" & sCurrentApplication & ".odg" )
case ("WRITER") : sOutputFile = ( gOfficePath & ConvertPath("user\work\") & "tChartOLE_" & sCurrentApplication & ".odt" )
- case ("MASTERDOC") : sOutputFile = ( gOfficePath & ConvertPath("user\work\") & "tChartOLE_" & sCurrentApplication & ".odm" )
- case ("HTMLDOKUMENT") : sOutputFile = ( gOfficePath & ConvertPath("user\work\") & "tChartOLE_" & sCurrentApplication & ".html" )
+ case ("MASTERDOCUMENT") : sOutputFile = ( gOfficePath & ConvertPath("user\work\") & "tChartOLE_" & sCurrentApplication & ".odm" )
+ case ("HTML") : sOutputFile = ( gOfficePath & ConvertPath("user\work\") & "tChartOLE_" & sCurrentApplication & ".html" )
case else : warnlog "The modul " & sCurrentApplication & " is not supported in this test case!"
Call hCloseDocument
goto endsub
@@ -110,8 +110,8 @@ testcase tChartOLE ( sCurrentApplication as STRING )
case ("WRITER") : call gMouseclick (99,99)
call gMouseclick (50,50)
Call fSelectFirstOLE
- case ("MASTERDOC") : call gMouseclick (99,99)
- case ("HTMLDOKUMENT") : call gMouseclick (99,99)
+ case ("MASTERDOCUMENT") : call gMouseclick (99,99)
+ case ("HTML") : call gMouseclick (99,99)
call gMouseclick (50,50)
Call fSelectFirstOLE
case else : warnlog "The modul " & sCurrentApplication & " is not supported in this test case!"
@@ -138,6 +138,6 @@ testcase tChartOLE ( sCurrentApplication as STRING )
end if
'/// Close document
Call hCloseDocument
- gApplication = "Calc"
+ gApplication = "CALC"
endcase