Fix test failing on Marcel Hekmans Windows 2000

Jakob Eriksson jakov at vmlinux.org
Thu Dec 23 10:39:44 CST 2004




As shown by:

http://test.winehq.org/data/200412231000/2000_MarcelHekman/netapi32:access.txt


-------------- next part --------------
Index: dlls/netapi32/tests/access.c
===================================================================
RCS file: /home/wine/wine/dlls/netapi32/tests/access.c,v
retrieving revision 1.7
diff -u -r1.7 access.c
--- dlls/netapi32/tests/access.c	19 Apr 2004 20:12:14 -0000	1.7
+++ dlls/netapi32/tests/access.c	23 Dec 2004 16:38:30 -0000
@@ -165,7 +165,6 @@
     } while (Result == ERROR_MORE_DATA);
 
     ok(hasAdmin, "Has Administrator account\n");
-    ok(hasGuest, "Has Guest account\n");
 }
 
 START_TEST(access)


More information about the wine-patches mailing list