[Libreoffice-commits] .: 2 commits - testautomation/global

Michael Meeks mmeeks at kemper.freedesktop.org
Sat Oct 9 14:34:40 PDT 2010


 testautomation/global/system/includes/master.inc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 7f6ae6cd81753413b5682f313ff1f9922d54a569
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Sat Oct 9 22:33:06 2010 +0100

    disable disabling the quick-starter for now - needs re-visiting.

diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc
index a24a11d..562e9a9 100755
--- a/testautomation/global/system/includes/master.inc
+++ b/testautomation/global/system/includes/master.inc
@@ -1091,6 +1091,7 @@ function hDisableQuickstarter as boolean
 	    bVeto = gOOo
         end if
     end if
+    bVeto = FALSE ' For now LibreOffice struggles with some hid/whatever mismatch here
     if bVeto then
 	    'First, disabling the Quickstarter via UI
 	    ToolsOptions
commit d45566fb3ead5b42e7022e5ddda8f903b42482fc
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Sat Oct 9 21:59:50 2010 +0100

    disable the WelcomeDialog for now.

diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc
index 880496e..a24a11d 100755
--- a/testautomation/global/system/includes/master.inc
+++ b/testautomation/global/system/includes/master.inc
@@ -429,7 +429,7 @@ sub hStartTheOffice (optional sProfPath as String, optional sProfParameter as St
     catch
     endcatch
     Kontext "WelcomeDialog"
-    if WelcomeDialog.Exists(2) then
+    if True = False Then ' disabled: we have no welcome dialog WelcomeDialog.Exists(2) then
         '///+<li>Clicking on Next button</li>
         NextBtn.Click
         Kontext "TabFirstStartLicense"


More information about the Libreoffice-commits mailing list