André Hentschel : ntdll: Fix test failure on some NT4 machines.

Alexandre Julliard julliard at winehq.org
Mon Dec 13 10:43:22 CST 2010


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Dec 12 22:28:36 2010 +0100

ntdll: Fix test failure on some NT4 machines.

---

 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);




More information about the wine-cvs mailing list