Bug 554208 - When running the UIAutomationClientTests a UiaAtkbridge.SpinnerWithValue warning is thrown
Summary: When running the UIAutomationClientTests a UiaAtkbridge.SpinnerWithValue warn...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P4 - Low : Minor
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-10 16:57 UTC by Stephen Shaw
Modified: 2009-11-10 17:01 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Shaw 2009-11-10 16:57:45 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Chrome/4.0.238.0 Safari/532.4

During the test run UiaAtkBridge.SpinnerWithValue warning is thrown several times.  It is the same warning each time:

Warning:
[Warn 23:02:25.919] AutomationBridge: Could not cast UiaAtkBridge.SpinnerWithValue to ParentAdapter

Run Log:
http://build0.sled.lab.novell.com:8010/job/UIAutomationClient_trunk_unittests/8/console

if on the VPN

http://151.155.248.179:8010/job/UIAutomationClient_trunk_unittests/8/console

Reproducible: Always
Comment 1 Sanford Armstrong 2009-11-10 17:00:10 UTC
<mgorse> I should realy just special-case that code so that we don't get the warning.  It's happening because there are children of a spinner in UIA that we aren't replicating in atk, and Spinner isn't derived from a class that can have children