[2/5] shell32/tests: Skip interactive part of SetNameOf test on Win2k.

Nicolas Le Cam niko.lecam at gmail.com
Wed Apr 8 19:06:41 CDT 2009


Passing an absolute path to SetNameOf on Win2k display an error message
box about invalid characters in filename, forcing interaction during
test.
timeouts on test.winehq.org should be caused by that.

Strangely on my system, first call to SetNameOf with current dirname as
parameter was failing, after changing wszDirName to contain a different
string than the actual dir name (basically "winetest2"), call was
successful but then error message box shows up.

That's why I decided to completely skip this part of the test using a
check for pSHGetFolderPathAndSubDir existence, which is missing on Win2k
while other functions are present.

Nicolas Le Cam


More information about the wine-patches mailing list