summaryrefslogtreecommitdiff
path: root/testautomation/chart2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-04-12 17:40:54 +0200
committerJens-Heiner Rechtien <hr@openoffice.org>2010-04-12 17:40:54 +0200
commit5e3e6497e026737bb464e7d54374203661b5131e (patch)
treebe8c39f6188d4e1cdd285c848808561428e8c077 /testautomation/chart2
parentaaf6ec88433c13fcb0b76b48eb6f958183c4b574 (diff)
parente9446a5f7a9e305c35a8604344e5c693d1ef27ce (diff)
CWS-TOOLING: integrate CWS automationdev300m75cat0
Diffstat (limited to 'testautomation/chart2')
-rwxr-xr-x[-rw-r--r--]testautomation/chart2/optional/includes/ch2_lvl1a.inc4
-rwxr-xr-x[-rw-r--r--]testautomation/chart2/tools/ch_tools_select.inc2
2 files changed, 4 insertions, 2 deletions
diff --git a/testautomation/chart2/optional/includes/ch2_lvl1a.inc b/testautomation/chart2/optional/includes/ch2_lvl1a.inc
index 42ee8ff48bd1..5f72fd7e32f9 100644..100755
--- a/testautomation/chart2/optional/includes/ch2_lvl1a.inc
+++ b/testautomation/chart2/optional/includes/ch2_lvl1a.inc
@@ -174,7 +174,9 @@ testcase tChartShapes
' Call hToolbarSelect("Drawing", true)
' endif
- printlog " Insert a shape to the chart by <STRG-RETURN>"
+ printlog " Insert a shape to the chart by <STRG-RETURN>"
+ Kontext "DocumentChart"
+ DocumentChart.TypeKeys "<F6>",4
Kontext "DrawBar"
sleep (1)
DrawBar.typekeys "<TAB>",TRUE
diff --git a/testautomation/chart2/tools/ch_tools_select.inc b/testautomation/chart2/tools/ch_tools_select.inc
index 00c86ed8e12e..beeda0d3dcdd 100644..100755
--- a/testautomation/chart2/tools/ch_tools_select.inc
+++ b/testautomation/chart2/tools/ch_tools_select.inc
@@ -127,7 +127,7 @@ function fChartSelectElement ( iObjectPosition as INTEGER ) as boolean
fChartSelectElement = FALSE
try
Kontext "Toolbar"
- sleep (1)
+ sleep (2)
ChartElementSelector.Select (iObjectPosition)
fChartSelectElement = TRUE
catch