diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-04-28 10:41:10 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-04-28 10:41:10 +0200 |
commit | 753a8a872a806a11420f9f38d903f2384b9bf10d (patch) | |
tree | 7c41816bdb6baf23b9d5aa74c1e9ca2bcd0a8a19 | |
parent | 3f760666aac0391ccd6a026beb5b8dc6b61ab377 (diff) | |
parent | d05f9975d689f9978edfb9b68e371fda99c2c89d (diff) |
CWS-TOOLING: integrate CWS dict321ooo/OOO320_m19ooo/OOO320_m18ooo/OOO320_m17
-rw-r--r-- | testautomation/writer/required/includes/w_011_.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testautomation/writer/required/includes/w_011_.inc b/testautomation/writer/required/includes/w_011_.inc index 56e54fe88..2cddd7161 100644 --- a/testautomation/writer/required/includes/w_011_.inc +++ b/testautomation/writer/required/includes/w_011_.inc @@ -452,7 +452,9 @@ testcase tZORest Call hNewDocument printlog "Insert a draw object ( rectangle )" Call wZeichenobjektEinfuegen ( "Rechteck", 30, 30, 50, 60 ) - Call gMouseClick ( 25, 25 ) + ' Set focus to document + Call gMouseMove2 ( 50, 25 ) + Call gMouseClick ( 50, 25 ) printlog "Select drawing object with shortcut 'Shift F4'" Call wTypeKeys ( "<Shift F4>" ) @@ -464,7 +466,7 @@ testcase tZORest Drehen.Click wait 500 catch - Warnlog "#i56594#Shortcut selecting objects doesn't work" + Warnlog "Shortcut selecting objects doesn't work" Call hCloseDocument goto endsub endcatch |