Kaydet (Commit) 1ba4fad9 authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS qadev19 (1.6.70); FILE MERGED

2004/10/21 12:09:17 cn 1.6.70.3: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added
2004/08/04 17:57:57 cn 1.6.70.2: #i31911# util.utils.sortWait() implementet
2004/08/02 09:28:31 cn 1.6.70.1: #i31911# longer sleep time while opening the dialog
üst 3ff1c01d
......@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleComboBox.java,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Date: 2004-01-05 20:32:14 $
* last change: $Date: 2004-11-02 12:13:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -142,7 +142,7 @@ public class AccessibleComboBox extends TestCase {
(XMultiServiceFactory) Param.getMSF());
psDiag.start();
shortWait();
util.utils.shortWait(Param.getInt("ShortWait"));
Object atw = tk.getActiveTopWindow();
......@@ -168,14 +168,9 @@ public class AccessibleComboBox extends TestCase {
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
e.printStackTrace(log);
}
util.utils.shortWait(Param.getInt("ShortWait"));
try {
Thread.sleep(1000);
} catch (InterruptedException ex) {
}
//at.printAccessibleTree(log, xRoot);
at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE));
oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PANEL, "",
"AccessibleComboBox");
......@@ -233,17 +228,6 @@ public class AccessibleComboBox extends TestCase {
}
}
/**
* Sleeps for 0.5 sec. to allow StarOffice to react on <code>
* reset</code> call.
*/
private void shortWait() {
try {
Thread.sleep(2000);
} catch (InterruptedException e) {
log.println("While waiting :" + e);
}
}
/**
* Thread for opening modal dialog 'Character style'.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment