summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/includes/global/g_line.inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-08-28 10:42:35 +0000
committerRüdiger Timm <rt@openoffice.org>2008-08-28 10:42:35 +0000
commitd52edf7b7bab92831ec013f52ee5058ea751a715 (patch)
tree514c8635c933b6bf44468980166635b07e7829b8 /testautomation/graphics/optional/includes/global/g_line.inc
parent7ae5698f2ce8180559a46d5caa3c32aa46a580a7 (diff)
INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED
2008/08/25 12:58:18 wg 1.1.48.2: i92937 2008/08/25 08:06:37 wg 1.1.48.1: i92937
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