[kernel32/tests] Add some GetLongPathNameA tests

Paul Vriens paul.vriens.wine at gmail.com
Wed Dec 2 08:24:41 CST 2009


Hi,

These tests where basically written when helping out Alexandre Hardy. He 
will be sending patches for the implementation.

I wanted to tests some real UNC path, hence the GetComputerName stuff to 
get us a "\\computername\<drive where TEMP resides>$\temppath"

The W-function needs some changes before we can add tests as currently 
GetLongPathNameW(path, NULL, 0) will crash on Wine and not on Windows. 
GetLongPathNameW(path, NULL, >0) will crash on Windows btw.

Changelog
   Add some GetLongPathNameA tests

-- 
Cheers,

Paul.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0002-Add-some-GetLongPathNameA-tests.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091202/cd43a8b2/attachment.asc>


More information about the wine-patches mailing list