[ooo-build-commit] Branch 'ooo/OOO320' - testautomation/writer

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Nov 25 01:19:08 PST 2009


 testautomation/writer/required/includes/w_007_.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f6635fa8476fc8b2e3d1fbf02a27584cfa5037de
Author: Ivo Hinkelmann <ihi at openoffice.org>
Date:   Tue Nov 24 10:58:25 2009 +0000

    CWS-TOOLING: integrate CWS dv16
    2009-11-23 10:05:46 +0100 jsk  r277590 : dv16: (no issue-id) - in some cases it takes longer than 10ms to open the hyphenation dialog. Allowed a max of 2 seconds for that
    2009-11-23 07:13:17 +0100 dv  r277589 : #i106978# Fixed dangerous debugging code
    2009-11-19 12:54:29 +0100 dv  r277559 : #i106978# the extension manager should set an interaction handler when looking for updates

diff --git a/testautomation/writer/required/includes/w_007_.inc b/testautomation/writer/required/includes/w_007_.inc
index d19c4bc..056145b 100755
--- a/testautomation/writer/required/includes/w_007_.inc
+++ b/testautomation/writer/required/includes/w_007_.inc
@@ -1302,7 +1302,7 @@ testcase tMasterDocToolsHyphenation
 
     Kontext "Silbentrennung"
     printlog " Close upcoming 'Hyphenation' dialog"
-    if ( Silbentrennung.Exists() ) then
+    if ( Silbentrennung.Exists( 2 ) ) then
         Call DialogTest ( Silbentrennung )
         Silbentrennung.Cancel
     else


More information about the ooo-build-commit mailing list