some tests for NtUserToUnicodeEx

svn path=/trunk/; revision=30317
This commit is contained in:
Timo Kreuzer 2007-11-10 04:21:35 +00:00
parent 81b0a20436
commit 7248541e08
3 changed files with 445 additions and 5 deletions

View file

@ -22,6 +22,7 @@
#include "ntuser/NtUserCountClipboardFormats.c"
#include "ntuser/NtUserFindExistingCursorIcon.c"
#include "ntuser/NtUserRedrawWindow.c"
#include "ntuser/NtUserToUnicodeEx.c"
/* The List of tests */
TESTENTRY TestList[] =
@ -48,7 +49,8 @@ TESTENTRY TestList[] =
/* ntuser */
{ L"NtUserCountClipboardFormats", Test_NtUserCountClipboardFormats },
{ L"NtUserFindExistingCursorIcon", Test_NtUserFindExistingCursoricon },
{ L"NtUserRedrawWindow", Test_NtUserRedrawWindow }
{ L"NtUserRedrawWindow", Test_NtUserRedrawWindow },
{ L"NtUserToUnicodeEx", Test_NtUserToUnicodeEx }
};
/* The function that gives us the number of tests */