[Libreoffice-commits] core.git: framework/qa

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Sep 25 17:54:45 UTC 2016


 framework/qa/complex/XTitle/CheckXTitle.java |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 4954fff93ad353fc4dfab0ced51084dfcd6043ba
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Sep 25 18:59:43 2016 +0200

    disable the two unstable tests for now
    
    We need a replacement for waitUntilDispatcherAvailable that works with
    events. Using a timeout will always cause issues.
    
    Change-Id: I8893d701a5f0cf2fd497246d66b220466a000083
    Reviewed-on: https://gerrit.libreoffice.org/29275
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/framework/qa/complex/XTitle/CheckXTitle.java b/framework/qa/complex/XTitle/CheckXTitle.java
index 994215a..fce575c 100644
--- a/framework/qa/complex/XTitle/CheckXTitle.java
+++ b/framework/qa/complex/XTitle/CheckXTitle.java
@@ -152,8 +152,10 @@ public class CheckXTitle
 
         @descr cycles through default view and print preview
                and asserts that the title doesn't change.
+
+        disabled until the waitUntilDispatcherAvailable can be replaced
     */
-    @Test public void checkTitleNumbers() throws Exception
+    public void checkTitleNumbers() throws Exception
     {
         PropertyValue[] lArgs = new PropertyValue[1];
 
@@ -203,8 +205,10 @@ public class CheckXTitle
         @descr sets frame title. then cycles through default and
                print preview. then closes the window and checks
                for infinite recursion.
+
+        disabled until the waitUntilDispatcherAvailable can be replaced
     */
-    @Test public void setTitleAndCheck() throws Exception
+    public void setTitleAndCheck() throws Exception
     {
         PropertyValue[] lArgs = new PropertyValue[1];
 


More information about the Libreoffice-commits mailing list