summaryrefslogtreecommitdiffstats
path: root/testautomation/global/tools
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-05-28 16:43:23 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-05-28 16:43:23 +0200
commit4f6da956c1f0328d20a4067edf7b075944273ac7 (patch)
tree91030702a99418060a69269c5854d1584e8d792a /testautomation/global/tools
parentvitomation01: #i109562 - Fix broken loop (diff)
downloadcore-4f6da956c1f0328d20a4067edf7b075944273ac7.tar.gz
core-4f6da956c1f0328d20a4067edf7b075944273ac7.zip
vitomation01: #i109562 - Disabled every single HangulHanya conversion test as most of them are broken and - in many cases - need a rewrite
Diffstat (limited to 'testautomation/global/tools')
-rwxr-xr-xtestautomation/global/tools/includes/required/t_doc2.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc
index 6093709dafe1..31a00f1d2222 100755
--- a/testautomation/global/tools/includes/required/t_doc2.inc
+++ b/testautomation/global/tools/includes/required/t_doc2.inc
@@ -127,9 +127,9 @@ function hEnableDocumentEditMode() as boolean
Bearbeiten.click()
kontext "Active"
- if ( Active.exists( 2 ) ) then
+ if ( Active.exists( 1 ) ) then
printlog( "Messagebox: " & Active.getText() )
- hCloseDialog( Active, "yes" )
+ Active.yes()
endif
kontext "Standardbar"