summaryrefslogtreecommitdiff
path: root/testautomation/writer/tools/includes/w_tool3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/tools/includes/w_tool3.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/writer/tools/includes/w_tool3.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/testautomation/writer/tools/includes/w_tool3.inc b/testautomation/writer/tools/includes/w_tool3.inc
index 8be27ca7bc3c..16fd825f6447 100644..100755
--- a/testautomation/writer/tools/includes/w_tool3.inc
+++ b/testautomation/writer/tools/includes/w_tool3.inc
@@ -24,7 +24,7 @@
'
'/******************************************************************************
'*
-'* owner : helge.delfs@sun.com
+'* owner : helge.delfs@oracle.com
'*
'* short description : Description of file
'*
@@ -33,7 +33,7 @@
sub InTabelleKontrollieren
Call wTypeKeys ("<Home>")
Call wTypeKeys ("<Tab><Shift End>")
- EditCopy
+ hUseAsyncSlot( "EditCopy" )
if GetClipBoardText <> "Text" then
Warnlog "Text has not been inserted in a table"
else
@@ -45,7 +45,7 @@ end sub
' ****
sub InTabelleKontrollierenExtra
Call wTypeKeys ("<Home><Shift Tab><Shift End>")
- EditCopy
+ hUseAsyncSlot( "EditCopy" )
if GetClipBoardText <> "Der" then
Warnlog "Text has not been inserted in a table"
else
@@ -57,7 +57,7 @@ end sub
'***
sub InTextKontrollieren
Call wTypeKeys ("<Home><Shift Mod1 Right>")
- EditCopy
+ hUseAsyncSlot( "EditCopy" )
if Left$(GetClipBoardText,3) <> "Der" AND Left$(GetClipboardText,4) <> "Der " then
Warnlog "Table has not been changed to text"
else