diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-01-14 19:11:13 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-01-14 19:11:13 +0100 |
commit | 044b3ebb513cbd89d8cb22fe61c1090e54d85c54 (patch) | |
tree | e7111c8a9e02b3b8fcca29d8e39785fb27c2407f /testautomation/spreadsheet/required | |
parent | 18caeed1c7cacfd8690665307df268b7e79e86de (diff) | |
parent | 5da890e767cac2ea2214edafde01c2a5fcb53a09 (diff) |
rebase to DEV300_m69
Diffstat (limited to 'testautomation/spreadsheet/required')
-rwxr-xr-x | testautomation/spreadsheet/required/includes/c_upd_datamenu.inc | 16 | ||||
-rwxr-xr-x | testautomation/spreadsheet/required/includes/c_upd_viewmenu.inc | 1 |
2 files changed, 12 insertions, 5 deletions
diff --git a/testautomation/spreadsheet/required/includes/c_upd_datamenu.inc b/testautomation/spreadsheet/required/includes/c_upd_datamenu.inc index 0b2ae7c0dba4..01f982640293 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_datamenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_datamenu.inc @@ -549,14 +549,20 @@ testcase tDataValidity printlog " Choose last entry (not between) in 'Data' combobox" Daten.select (8) Call DialogTest ( TabWerte,3 ) - '/// Choose 7th entry (Cell range) in 'Allow' combobox - printlog " Choose 7th entry (Cell range) in 'Allow' combobox" + '/// Choose 7th entry (List) in 'Allow' combobox + printlog " Choose 7th entry (List) in 'Allow' combobox" Zulassen.select (7) - Call DialogTest ( TabWerte,4 ) - '/// Choose 6th entry (List) in 'Allow' combobox - printlog " Choose 6th entry (List) in 'Allow' combobox" + Call DialogTest ( TabWerte,4 ) + '/// Choose 6th entry (Cell range) in 'Allow' combobox + printlog " Choose 6th entry (Cell range) in 'Allow' combobox" Zulassen.select (6) Call DialogTest ( TabWerte,5 ) + printlog " Press Shrink button" + SourceShrink.Click + Kontext "TabWerte" + printlog " Close rangechooser" + SourceShrink.Click + Kontext "TabWerte" '/// Switch to tabpage 'Input Help' printlog " Switch to tabpage 'Input Help'" Kontext diff --git a/testautomation/spreadsheet/required/includes/c_upd_viewmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_viewmenu.inc index 6513f450a15d..000c8db5c961 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_viewmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_viewmenu.inc @@ -332,6 +332,7 @@ testcase tViewNavigator '/// Check that the dragmodus has 3 modes printlog " Check that the dragmodus has 3 modes" Dragmodus.OpenMenu + waitslot(1000) if hMenuItemGetCount <> 3 then warnlog "Not enough modes for dragmodus" end if |