André Hentschel : kernel32/tests: Also test for ntdll. dll in toolhelp tests.

Alexandre Julliard julliard at winehq.org
Fri Mar 18 11:30:17 CDT 2011


Module: wine
Branch: master
Commit: 6ff842fddba0a4cd2e6935aa3953be86015a2cab
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6ff842fddba0a4cd2e6935aa3953be86015a2cab

Author: André Hentschel <nerv at 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]))
 




More information about the wine-cvs mailing list