<div>Added tests to make sure IUri_GetPropertyBSTR / IUri_GetPropertyDWORD / IUri_GetPropertyLength handle invalid arguments correctly. Fixed up/added some comments.</div><div><br></div><div>Had to add a dependency to urlmon for oleaut32. This is because the Uri interface returns all the string properties of a URI as BSTR&#39;s and it needs the SysAllocString/SysFreeString functions in oleau32. I checked on windows using Dependency Walker and the native version of urlmon has this same dependency.</div>
<div><br></div><div>Test results:</div><div><a href="https://testbot.winehq.org/JobDetails.pl?Key=2109">https://testbot.winehq.org/JobDetails.pl?Key=2109</a></div><div><br></div><div>---</div><div> dlls/urlmon/Makefile.in       |    2 +-</div>
<div> dlls/urlmon/tests/Makefile.in |    2 +-</div><div> dlls/urlmon/tests/uri.c       |  105 ++++++++++++++++++++++++++++++++++++++--</div><div> 3 files changed, 101 insertions(+), 8 deletions(-)</div>