summaryrefslogtreecommitdiff
path: root/testautomation/spreadsheet
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2009-03-24 14:52:04 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2009-03-24 14:52:04 +0000
commit0c01055a1a50b7851755d6a564b5c5906e54d286 (patch)
tree98e2d321bbe760e325ed5ed91cc5df987ec8818f /testautomation/spreadsheet
parent676aab14a11f031b501a8dca97403d020bc665d0 (diff)
CWS-TOOLING: integrate CWS automation_gapplication_unify
2009-03-24 14:40:09 +0100 jsk r269948 : #i99878# - and another one... 2009-03-24 14:36:22 +0100 jsk r269946 : #i99878# - another one... 2009-03-23 14:52:17 +0100 jsk r269873 : #i99878# replace DESKTOP with BACKGROUND 2009-03-23 12:49:08 +0100 jsk r269868 : #i99878# - special focus on database application 2009-03-23 12:46:13 +0100 jsk r269867 : #i100474# - fix broken writer update testcase names 2009-03-20 15:44:29 +0100 jsk r269817 : #i99878 - Step 3: Fixing round three - applications.txt 2009-03-20 15:40:43 +0100 jsk r269816 : #i99878 - Step 3: Fixing round two - .bas-files 2009-03-20 15:19:04 +0100 jsk r269813 : #i99878 - Step 3: Fixing round one 2009-03-20 15:01:07 +0100 jsk r269811 : #i99878 - Step 1: rename, Step 2: Uppercase
Diffstat (limited to 'testautomation/spreadsheet')
-rwxr-xr-xtestautomation/spreadsheet/optional/c_import_general.bas2
-rwxr-xr-xtestautomation/spreadsheet/optional/c_namedrange.bas2
-rwxr-xr-xtestautomation/spreadsheet/optional/c_printrange.bas2
-rwxr-xr-xtestautomation/spreadsheet/optional/c_so7_pp1.bas2
-rwxr-xr-xtestautomation/spreadsheet/required/c_updt1.bas2
-rwxr-xr-xtestautomation/spreadsheet/required/c_updt2.bas2
-rwxr-xr-xtestautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc14
7 files changed, 13 insertions, 13 deletions
diff --git a/testautomation/spreadsheet/optional/c_import_general.bas b/testautomation/spreadsheet/optional/c_import_general.bas
index 639f8e103217..7d80f52413fa 100755
--- a/testautomation/spreadsheet/optional/c_import_general.bas
+++ b/testautomation/spreadsheet/optional/c_import_general.bas
@@ -65,7 +65,7 @@ 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/spreadsheet/optional/c_namedrange.bas b/testautomation/spreadsheet/optional/c_namedrange.bas
index 4da5ad26d50a..434df0ec18cd 100755
--- a/testautomation/spreadsheet/optional/c_namedrange.bas
+++ b/testautomation/spreadsheet/optional/c_namedrange.bas
@@ -66,7 +66,7 @@ end sub
sub LoadIncludeFiles
use "global\system\includes\master.inc"
use "global\system\includes\gvariabl.inc"
- gApplication = "Calc"
+ gApplication = "CALC"
Call GetUseFiles
end sub
diff --git a/testautomation/spreadsheet/optional/c_printrange.bas b/testautomation/spreadsheet/optional/c_printrange.bas
index 9a66e2ea0046..f1c117ed9c05 100755
--- a/testautomation/spreadsheet/optional/c_printrange.bas
+++ b/testautomation/spreadsheet/optional/c_printrange.bas
@@ -67,7 +67,7 @@ sub LoadIncludeFiles
use "global\system\includes\master.inc"
use "global\system\includes\gvariabl.inc"
use "global\tools\includes\optional\t_spreadsheet_tools1.inc"
- gApplication = "Calc"
+ gApplication = "CALC"
Call GetUseFiles
end sub
diff --git a/testautomation/spreadsheet/optional/c_so7_pp1.bas b/testautomation/spreadsheet/optional/c_so7_pp1.bas
index e1720b0f8e90..7ab799303468 100755
--- a/testautomation/spreadsheet/optional/c_so7_pp1.bas
+++ b/testautomation/spreadsheet/optional/c_so7_pp1.bas
@@ -68,7 +68,7 @@ sub LoadIncludeFiles
use "global\system\includes\master.inc"
use "global\system\includes\gvariabl.inc"
- gApplication = "Calc"
+ gApplication = "CALC"
Call GetUseFiles
End Sub
diff --git a/testautomation/spreadsheet/required/c_updt1.bas b/testautomation/spreadsheet/required/c_updt1.bas
index 18d304b3043e..af3ea7596374 100755
--- a/testautomation/spreadsheet/required/c_updt1.bas
+++ b/testautomation/spreadsheet/required/c_updt1.bas
@@ -69,6 +69,6 @@ sub LoadIncludeFiles
use "global\system\includes\master.inc"
use "global\system\includes\gvariabl.inc"
use "global\tools\includes\optional\t_locale_tools.inc"
- gApplication = "Calc"
+ gApplication = "CALC"
GetUseFiles ()
end sub
diff --git a/testautomation/spreadsheet/required/c_updt2.bas b/testautomation/spreadsheet/required/c_updt2.bas
index d7eb5056f8bc..51ada5608949 100755
--- a/testautomation/spreadsheet/required/c_updt2.bas
+++ b/testautomation/spreadsheet/required/c_updt2.bas
@@ -76,6 +76,6 @@ sub LoadIncludeFiles
use "global\system\includes\master.inc"
use "global\system\includes\gvariabl.inc"
use "global\tools\includes\optional\t_locale_tools.inc"
- gApplication = "Calc"
+ gApplication = "CALC"
GetUseFiles ()
end sub
diff --git a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc
index 897d6ab1458b..cb0dbfc64321 100755
--- a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc
+++ b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc
@@ -313,7 +313,7 @@ testcase tToolsOptions
ToolsOptions
'/// Choose 'Calc – General'
printlog " Choose 'Calc – General'"
- hToolsOptions("SPREADSHEET", "GENERAL")
+ hToolsOptions("CALC", "GENERAL")
Call DialogTest ( TabLayoutCalc )
'/// Verify that the 'Measurement' combobox has items
printlog " Verify that the 'Measurement' combobox has items"
@@ -330,7 +330,7 @@ testcase tToolsOptions
end if
'/// Choose 'Calc – View'
printlog " Choose 'Calc – View'"
- hToolsOptions("SPREADSHEET", "VIEW")
+ hToolsOptions("CALC", "VIEW")
Call DialogTest ( TabInhaltCalc )
'/// Verify that the 'Color' combobox has items
printlog " Verify that the 'Color' combobox has items"
@@ -354,11 +354,11 @@ testcase tToolsOptions
end if
'/// Choose 'Calc – Calculate'
printlog " Choose 'Calc – Calculate'"
- hToolsOptions("SPREADSHEET", "CALCULATE")
+ hToolsOptions("CALC", "CALCULATE")
Call DialogTest ( TabBerechnen )
'/// Choose 'Calc – Sortlists'
printlog " Choose 'Calc – Sortlists'"
- hToolsOptions("SPREADSHEET", "SORTLISTS")
+ hToolsOptions("CALC", "SORTLISTS")
Call DialogTest ( TabSortierlisten )
'/// Verify that there are sortlists available
printlog " Verify that there are sortlists available"
@@ -367,7 +367,7 @@ testcase tToolsOptions
end if
'/// Choose 'Calc – Changes'
printlog " Choose 'Calc – Changes'"
- hToolsOptions("SPREADSHEET", "CHANGES")
+ hToolsOptions("CALC", "CHANGES")
Call DialogTest ( TabAenderungenCalc )
'/// Verify that the 'Changes' combobox has items
printlog " Verify that the 'Changes' combobox has items"
@@ -376,7 +376,7 @@ testcase tToolsOptions
end if
'/// Choose 'Calc – Grid'
printlog " Choose 'Calc – Grid'"
- hToolsOptions("SPREADSHEET", "GRID")
+ hToolsOptions("CALC", "GRID")
Call DialogTest ( TabRaster )
'/// Decrease 'Horizontal Resolution'
printlog " Decrease 'Horizontal Resolution'"
@@ -386,7 +386,7 @@ testcase tToolsOptions
RasterUnterteilungXAchse.More
'/// Choose 'Calc – Print'
printlog " Choose 'Calc – Print'"
- hToolsOptions("SPREADSHEET", "PRINT")
+ hToolsOptions("CALC", "PRINT")
Call DialogTest ( TabPrintCalcOptions )
'/// Close 'Options' dialog with 'Cancel'
printlog " Close 'Options' dialog with 'Cancel'"