Re: [PATCH 1/4] shell32/tests: basic tests of IKnownFolderManager

2011-06-09 Thread Mariusz PluciƄski
Thank you for suggestions. I fixed the problems. W dniu 05.06.2011 22:26, Vincent Povirk pisze: +/* try to set new path */ +hr = IKnownFolder_SetPath(folder, 0, sTempDir); +todo_wine +ok(hr == S_OK, "setting path failed: 0x%08x\n", hr); I'd sugges

Re: [PATCH 1/4] shell32/tests: basic tests of IKnownFolderManager

2011-06-05 Thread Vincent Povirk
+OleInitialize(NULL); Any particular reason you're using this instead of CoInitialize? I don't think there's anything wrong with it, but CoInitialize is more common. +todo_wine +ok(cat==KF_CATEGORY_FIXED, "invalid folder category: %d\n", cat); You'd be using cat unini