To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=116045 Issue #|116045 Summary|testtools: performQueryForUnknownType is unsound Component|udk Version|DEV300m95 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|sb Reported by|sb
------- Additional comments from [email protected] Fri Dec 10 12:54:26 +0000 2010 ------- While working on issue 116038, noticed that the new binary URP bridge implementation would fail the performQueryForUnknownType test in testtools/source/bridgetest/bridgetest.cxx. However, arguably, it is a programming error to construct com::sun::star::uno::Type for unknown types. (The new bridge implementation accordingly asserts that local calls only pass in valid com::sun::star::uno::Type instances, but does not contain error code to handle such violation of preconditions. For remote calls, it of course checks incoming data for validity and explicitly handles invalid data.) Therefore, performQueryForUnknownType should be removed. --------------------------------------------------------------------- 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
