summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/lang/_XComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/lang/_XComponent.java')
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XComponent.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/lang/_XComponent.java b/qadevOOo/tests/java/ifc/lang/_XComponent.java
index c05b7c5deffe..b1c8399f6679 100644
--- a/qadevOOo/tests/java/ifc/lang/_XComponent.java
+++ b/qadevOOo/tests/java/ifc/lang/_XComponent.java
@@ -142,9 +142,7 @@ public class _XComponent extends MultiMethodTest {
altDispose.dispose();
}
- try {
- Thread.sleep(500) ;
- } catch (InterruptedException e) {}
+ util.utils.shortWait();
if (Loutput[0]!=null) log.println(Loutput[0]);
if (Loutput[1]!=null) log.println(Loutput[1]);
log.println( "end dispose" + Thread.currentThread());