Bugzilla – Bug 554208
When running the UIAutomationClientTests a UiaAtkbridge.SpinnerWithValue warning is thrown
Last modified: 2009-11-10 17:01:12 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
<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