summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java14
1 files changed, 1 insertions, 13 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java
index de651d08862f..ea3745995342 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java
@@ -139,23 +139,11 @@ public class ScAccessibleDocument extends TestCase {
String url = utils.getFullTestURL("calcshapes.sxc");
log.println("loading document "+url);
xSpreadsheetDoc = SOF.loadDocument(url);
- shortWait();
+ util.utils.pause(500);
} catch (com.sun.star.uno.Exception e) {
e.printStackTrace( log );
throw new StatusException( "Couldn't create document ", e );
}
}
- /**
- * Sleeps for 0.5 sec. to allow StarOffice to react on <code>
- * reset</code> call.
- */
- private void shortWait() {
- try {
- Thread.sleep(500) ;
- } catch (InterruptedException e) {
- log.println("While waiting :" + e) ;
- }
- }
-
}