kernel32/tests: Test GetLongPathNameA when the file name case differs from the input.
commitee1260e0d2c50a7eec7d9e7444b8ff4d622bbad5
authorJeremy White <jwhite@codeweavers.com>
Mon, 21 Dec 2015 21:20:12 +0000 (21 15:20 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 24 Dec 2015 10:57:35 +0000 (24 11:57 +0100)
treeb3ec2ca96ec033285c91a79821fde3b2cd8830b1
parent9f3f918f2c0ff0c6117b3020623eeb430030ef23
kernel32/tests: Test GetLongPathNameA when the file name case differs from the input.

This shows that the original buffer is unmodified if the filename is long,
but the actual file name is returned when the filename is short.

Signed-off-by: Jeremy White <jwhite@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/kernel32/tests/path.c