ntdll: Fix testfailure on some NT4 machines

André Hentschel nerv at dawncrow.de
Sun Dec 12 15:28:36 CST 2010


---
 dlls/ntdll/tests/error.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/tests/error.c b/dlls/ntdll/tests/error.c
index 1e44da0..d9c83b3 100644
--- a/dlls/ntdll/tests/error.c
+++ b/dlls/ntdll/tests/error.c
@@ -224,7 +224,7 @@ static void run_error_tests(void)
     cmp(STATUS_WRONG_VOLUME,                     ERROR_WRONG_DISK);
     cmp(STATUS_NO_MEDIA,                         ERROR_NO_MEDIA_IN_DRIVE);
     cmp(STATUS_NO_MEDIA_IN_DEVICE,               ERROR_NOT_READY);
-    cmp(STATUS_VOLUME_DISMOUNTED,                ERROR_NOT_READY);
+    cmp2(STATUS_VOLUME_DISMOUNTED,               ERROR_NOT_READY);
     cmp(STATUS_NONEXISTENT_SECTOR,               ERROR_SECTOR_NOT_FOUND);
     cmp(STATUS_WORKING_SET_QUOTA,                ERROR_WORKING_SET_QUOTA);
     cmp(STATUS_NO_MEMORY,                        ERROR_NOT_ENOUGH_MEMORY);
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list