sb118: improved tests (no getActiveTopWindow etc.)
This commit is contained in:
@@ -220,8 +220,6 @@ public class UnoTreeControl extends TestCase {
|
||||
});
|
||||
System.out.println("ImplementationName: " + utils.getImplName(oObj));
|
||||
|
||||
//this.getAccessibleContext(xNode);
|
||||
|
||||
return tEnv;
|
||||
} // finish method getTestEnvironment
|
||||
|
||||
@@ -289,26 +287,6 @@ public class UnoTreeControl extends TestCase {
|
||||
}
|
||||
}
|
||||
|
||||
private XAccessibleContext getAccessibleContext(XMutableTreeNode xNode ){
|
||||
|
||||
UITools oDocUITools = new UITools(this.mxMSF, this.xTextDoc);
|
||||
|
||||
XWindow xDialogWindow = null;
|
||||
try {
|
||||
|
||||
xDialogWindow = oDocUITools.getActiveTopWindow();
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
|
||||
UITools oDialog = new UITools(mxMSF, xDialogWindow);
|
||||
|
||||
oDialog.printAccessibleTree(log, debug);
|
||||
|
||||
return null;
|
||||
|
||||
}
|
||||
|
||||
private class execurteDialog extends Thread{
|
||||
private XDialog mXDialog;
|
||||
|
||||
|
Reference in New Issue
Block a user