summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/includes/global/g_line.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/graphics/optional/includes/global/g_line.inc')
-rwxr-xr-xtestautomation/graphics/optional/includes/global/g_line.inc18
1 files changed, 10 insertions, 8 deletions
diff --git a/testautomation/graphics/optional/includes/global/g_line.inc b/testautomation/graphics/optional/includes/global/g_line.inc
index 10f840d79631..bc60909ff86e 100755
--- a/testautomation/graphics/optional/includes/global/g_line.inc
+++ b/testautomation/graphics/optional/includes/global/g_line.inc
@@ -8,9 +8,9 @@
'*
'* $RCSfile: g_line.inc,v $
'*
-'* $Revision: 1.1 $
+'* $Revision: 1.2 $
'*
-'* last change: $Author: jsi $ $Date: 2008-06-16 10:42:40 $
+'* last change: $Author: rt $ $Date: 2008-08-28 11:42:35 $
'*
'* This file is part of OpenOffice.org.
'*
@@ -321,8 +321,8 @@ testcase tiFormatLine
endcase 'tiFormatLine
'-------------------------------------------------------------------------------'
-
testcase tLineConnect
+
Dim value1 as integer
Dim value2 as integer
Dim value3 as integer
@@ -407,8 +407,9 @@ testcase tLineConnect
'/// Connect the two objects selected ///'
hOpenContextMenu
- hMenuSelectNr(13) 'connect
-
+ sleep 1
+ hMenuSelectNr(13)
+ sleep 1
'/// Check the amount of objects ///'
gMouseClick (10, 10)
sleep 1
@@ -437,9 +438,10 @@ testcase tLineConnect
EditSelectAll
sleep 1
'/// Break them from eachother ///'
- hOpenContextMenu '(when the object is marked)
- hMenuSelectNr(11) 'Choose "Break"
-
+ hOpenContextMenu
+ sleep 1
+ hMenuSelectNr(11)
+ sleep 1
'/// unmark the objects, thereafter mark them again ///'
gMouseClick (10, 10)
sleep 1