http://bugs.winehq.org/show_bug.cgi?id=25463
--- Comment #13 from Erich Hoover ehoover@mines.edu 2011-01-03 13:45:27 CST --- (In reply to comment #12)
These tests are in Git now. The things to look for are:
- are URL->IUri and IUri->URL done correctly (that's straightforward with these
tests)
- if yes, how should mk: protocol be fixed (probably by implementing StartEx
method)
Possibly both part should be fixed. The first seems more critical since it affects all bindings.
I haven't had as much time to look into this as I'd like, but isn't that set of cases already covered by the tests in uri.c? In particular, there's a test that shows that spaces get converted into web-form for AutoCAD: create/raw form: mk:@MSITStore:C:\Program Files/AutoCAD 2008\Help/acad_acg.chm::/WSfacf1429558a55de1a7524c1004e616f8b-322b.htm display form: mk:@MSITStore:C:\Program%20Files/AutoCAD%202008\Help/acad_acg.chm::/WSfacf1429558a55de1a7524c1004e616f8b-322b.htm
It seems to me that in order to test any further there'd need to be an ITStore included in the tests.