summaryrefslogtreecommitdiff
path: root/framework/qa
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-25 18:59:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-25 17:52:04 +0000
commit4954fff93ad353fc4dfab0ced51084dfcd6043ba (patch)
tree7d4aa4bbfcd955fb2919f8225f4f2ae117c9fbeb /framework/qa
parent04e6ed499ca95df6e122069b5497db7306529446 (diff)
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@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'framework/qa')
-rw-r--r--framework/qa/complex/XTitle/CheckXTitle.java8
1 files changed, 6 insertions, 2 deletions
diff --git a/framework/qa/complex/XTitle/CheckXTitle.java b/framework/qa/complex/XTitle/CheckXTitle.java
index 994215aba32a..fce575c5101a 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];