To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110988
                 Issue #|110988
                 Summary|svtools/qa/unoapi fails for svtools.AccessibleBrowseBo
                        |x etc.
               Component|framework
                 Version|DEV300m76
                Platform|Macintosh
                     URL|
              OS/Version|Mac OS X, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|sb





------- Additional comments from s...@openoffice.org Mon Apr 19 14:43:58 +0000 
2010 -------
At least on CWS sb120 (mainly making changes to the testing framework),
executing the svtools/qa/unoapi tests repeatedly fails for
svtools.AccessibleBrowseBox, svtools.AccessibleBrowseBoxHeaderBar,
svtools.AccessibleBrowseBoxHeaderCell, svtools.AccessibleBrowseBoxTable,
svtools.AccessibleTreeListBox, and svtools.AccessibleTreeListBoxEntry on
unxmacxi, while it works on other platforms like unxlngi6, unxsoli4, unxsols4,
and wntmsci12.

All the failing test cases fail in the same way, the respective
createTestEnvironment does something like

 log.println("opening DatasourceBrowser");
 URL the_url = new URL();
 the_url.Complete = ".component:DB/DataSourceBrowser";
 getting = aProv.queryDispatch(the_url, "_beamer", 12);
 PropertyValue[] noArgs = new PropertyValue[0];
 getting.dispatch(the_url, noArgs);
 shortWait();
 XFrame the_frame1 = the_Desk.getCurrentFrame();

and the obtained XFrame is null, resulting in an unanticipated
NullPointerException shortly after.  Maybe .componet:DB/DataSourceBrowser does
not work as expected on Mac OS X?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to