summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-01-16 13:38:46 +0100
committerMichael Stahl <mstahl@redhat.com>2017-01-16 13:42:56 +0100
commit39ca8c72c2090f557a1bccd241aec88c9bed52fb (patch)
tree38dbd93d61f11c9173a61fe3e08c3dd0dbda919c /qadevOOo/tests/java/ifc
parent36afb355ac37122d32d624db079def123ef548a2 (diff)
forms,qadevOOo: dispatch of .uno:SwitchControlDesignMode is async
Follow-up to e19cdeaf7ddbcf39da47d9685d8e79e775dde7f4. Change-Id: Ic4f8f0373199a4237fa30a830fc89a263eb40d62
Diffstat (limited to 'qadevOOo/tests/java/ifc')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XScrollBar.java1
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XSpinValue.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XScrollBar.java b/qadevOOo/tests/java/ifc/awt/_XScrollBar.java
index 78b4224a6021..8b0e0916e7f8 100644
--- a/qadevOOo/tests/java/ifc/awt/_XScrollBar.java
+++ b/qadevOOo/tests/java/ifc/awt/_XScrollBar.java
@@ -39,7 +39,6 @@ public class _XScrollBar extends MultiMethodTest {
public void _addAdjustmentListener() throws Exception {
util.FormTools.switchDesignOf(tParam.getMSF(),
(XTextDocument) tEnv.getObjRelation("Document"));
- waitForEventIdle();
oObj.addAdjustmentListener(listener);
adjustScrollBar();
diff --git a/qadevOOo/tests/java/ifc/awt/_XSpinValue.java b/qadevOOo/tests/java/ifc/awt/_XSpinValue.java
index c3404c0a1637..4cf3e195650e 100644
--- a/qadevOOo/tests/java/ifc/awt/_XSpinValue.java
+++ b/qadevOOo/tests/java/ifc/awt/_XSpinValue.java
@@ -38,7 +38,6 @@ public class _XSpinValue extends MultiMethodTest {
public void _addAdjustmentListener() throws Exception {
util.FormTools.switchDesignOf(tParam.getMSF(),
(XTextDocument) tEnv.getObjRelation("Document"));
- waitForEventIdle();
oObj.addAdjustmentListener(listener);
adjustScrollBar();