André Hentschel : kernel32/tests: Also test for ntdll. dll in toolhelp tests.
Module: wine Branch: master Commit: 6ff842fddba0a4cd2e6935aa3953be86015a2cab URL: http://source.winehq.org/git/wine.git/?a=commit;h=6ff842fddba0a4cd2e6935aa39... Author: André Hentschel <nerv(a)dawncrow.de> Date: Thu Mar 17 18:33:19 2011 +0100 kernel32/tests: Also test for ntdll.dll in toolhelp tests. --- dlls/kernel32/tests/toolhelp.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/kernel32/tests/toolhelp.c b/dlls/kernel32/tests/toolhelp.c index dfe4ad8..bfa3127 100644 --- a/dlls/kernel32/tests/toolhelp.c +++ b/dlls/kernel32/tests/toolhelp.c @@ -206,14 +206,14 @@ static const char* curr_expected_modules[] = { "kernel32_test.exe" "kernel32.dll", - /* FIXME: could test for ntdll on NT and Wine */ + "ntdll.dll", }; static const char* sub_expected_modules[] = { "kernel32_test.exe", "kernel32.dll", - "shell32.dll" - /* FIXME: could test for ntdll on NT and Wine */ + "shell32.dll", + "ntdll.dll", }; #define NUM_OF(x) (sizeof(x) / sizeof(x[0]))
participants (1)
-
Alexandre Julliard