Kaydet (Commit) 9fb56ad1 authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED

2004/10/21 12:06:58 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added
üst 649609b4
......@@ -2,9 +2,9 @@
*
* $RCSfile: AccFloor.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Date: 2003-09-08 12:21:26 $
* last change: $Date: 2004-11-02 12:03:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -134,7 +134,7 @@ public class AccFloor extends TestCase {
XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel);
XAccessible xRoot = at.getAccessibleObject(xWindow);
//at.printAccessibleTree(log,xRoot);
at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE));
XAccessibleContext cont = at.getAccessibleObjectForRole(
xRoot, AccessibleRole.SHAPE, "", "AccFloor");
......
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