summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java')
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java16
1 files changed, 2 insertions, 14 deletions
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java b/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java
index f7843961c7bf..9803a450272a 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleTabBar.java
@@ -97,11 +97,11 @@ public class AccessibleTabBar extends TestCase {
throw new StatusException("Couldn't create document", e);
}
- shortWait();
+ util.utils.pause(5000);
XInterface oObj = null;
- shortWait();
+ util.utils.pause(5000);
XWindow xWindow = UnoRuntime.queryInterface(XModel.class, xDoc).
getCurrentController().getFrame().getContainerWindow();
@@ -126,18 +126,6 @@ public class AccessibleTabBar extends TestCase {
return tEnv;
}
- /**
- * Sleeps for 3 sec. to allow StarOffice to react on <code>
- * reset</code> call.
- */
- private void shortWait() {
- try {
- Thread.sleep(5000);
- } catch (InterruptedException e) {
- System.out.println("While waiting :" + e);
- }
- }
-
protected void closeDoc(XComponent xDoc) {
XCloseable closer = UnoRuntime.queryInterface(
XCloseable.class, xDoc);