http://bugs.winehq.org/show_bug.cgi?id=8258
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Dolphin Smalltalk IDE |Dolphin Smalltalk IDE fails |crashes when requesting |when requesting trial on |trial on unimplemented |urlmon.dll.URLOpenBlockingSt |urlmon.dll.URLOpenBlockingSt|reamA |reamA |
--- Comment #2 from Dan Kegel dank@kegel.com 2008-02-28 01:17:59 --- Well, yes, that function is implemented now... but it doesn't work. I looked, and you don't have a test case for http:// urls, it seems. The app tries to fetch a remote page, and InternetCrackUrl is called by urlmon, but not in a way that even preserves the hostname; it clearly only is thinking about file urls, and that's all you test at the moment.
I've changed the summary slightly to reflect the new status.
I'm attaching a busted patch to add an http test case for that function. No idea what a real test for it would look like.