kernel32: add test for FindFirstFileA with a path ending with "/>"

Austin English austinenglish at gmail.com
Fri Apr 1 17:18:16 CDT 2011


On Fri, Apr 1, 2011 at 23:14, Vincent Pelletier <plr.vincent at gmail.com> wrote:
> Fixes bug 22635.
> ---
>  dlls/kernel32/tests/file.c |  119
> ++++++++++++++++++++++++++++++++++++++++++++
>  dlls/ntdll/path.c          |    8 +++-
>  2 files changed, 126 insertions(+), 1 deletions(-)

Your patch changelog is misleading. You're not just adding tests, but
fixing the bug. Either send the tests as a single patch and the fix
separately(and removing any todo_wine()'s that it fixes) or change the
summary to describe the fix.

-- 
-Austin



More information about the wine-devel mailing list