summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorWolfram Garten [wg] <Wolfram.Garten@oracle.com>2011-01-19 15:07:32 +0100
committerWolfram Garten [wg] <Wolfram.Garten@oracle.com>2011-01-19 15:07:32 +0100
commitfdc7d911ce7d6d7052f07e195dfb6af87f80ad16 (patch)
treefd8b15ea2526f782719c68d85732a9b9e081f721 /testautomation
parent70a5e0a2fd9ea61a4cabcd6a84775d8ed27f8349 (diff)
i116517:[Automation]: trying to make i_slidecopy.inc more reliable
Diffstat (limited to 'testautomation')
-rw-r--r--testautomation/graphics/optional/includes/impress/i_slidecopy.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/testautomation/graphics/optional/includes/impress/i_slidecopy.inc b/testautomation/graphics/optional/includes/impress/i_slidecopy.inc
index 61249353c9d1..4de5505fe0a1 100644
--- a/testautomation/graphics/optional/includes/impress/i_slidecopy.inc
+++ b/testautomation/graphics/optional/includes/impress/i_slidecopy.inc
@@ -51,6 +51,7 @@ testcase tiSlideCopyNewPresentation
sleep 1
try
Verbinder.TearOff
+ printlog "Tearing off Connector bar.."
catch
warnlog "bug for GH from FHA; .tearoff doesnt tell success"
endcatch
@@ -93,19 +94,21 @@ testcase tiSlideCopyNewPresentation
sleep 2
try
StarShapes.TearOff
+ printlog "Tearing off StarShapes Bar..."
catch
warnlog( "<StarShapes.TearOff> failed" )
goto endsub
endcatch
kontext "StarShapes"
+ sleep 2
if ( StarShapes.exists( 2 ) ) then
StarShapesDoorplate.click
else
warnlog( "<StarShapesDoorplate> could not be clicked" )
endif
- sleep (3)
+ sleep (5)
gMouseDown (40,40)
gMouseMove (40,40,60,60)
gMouseUp (60,60)