summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java')
-rw-r--r--qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java14
1 files changed, 1 insertions, 13 deletions
diff --git a/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java b/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java
index 362ca903c880..35fc2f1ac08b 100644
--- a/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java
+++ b/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java
@@ -90,7 +90,7 @@ public class _XSystemShellExecute extends MultiMethodTest {
} catch(com.sun.star.uno.Exception e) {
log.println("Exception:" + e);
}
- shortWait();
+ util.utils.pause(1000);
i++;
}
@@ -103,18 +103,6 @@ public class _XSystemShellExecute extends MultiMethodTest {
tRes.tested("execute()", bExist);
}
-
- /**
- * Sleeps to allow StarOffice to react on <code>
- * reset</code> call.
- */
- private void shortWait() {
- try {
- Thread.sleep(1000) ;
- } catch (InterruptedException e) {
- log.println("While waiting :" + e) ;
- }
- }
} // finish class _XSystemShellExecute