Detlef Riekenberg : netapi32/tests: Fix an access test failure on XP.

Alexandre Julliard julliard at winehq.org
Wed Nov 14 13:17:17 CST 2012


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

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Tue Nov 13 23:50:14 2012 +0100

netapi32/tests: Fix an access test failure on XP.

---

 dlls/netapi32/tests/access.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/netapi32/tests/access.c b/dlls/netapi32/tests/access.c
index 9726c8d..a8c43c3 100644
--- a/dlls/netapi32/tests/access.c
+++ b/dlls/netapi32/tests/access.c
@@ -160,6 +160,7 @@ static void run_usergetinfo_tests(void)
         ok(rc == ERROR_BAD_NETPATH ||
            rc == ERROR_NETWORK_UNREACHABLE ||
            rc == RPC_S_SERVER_UNAVAILABLE ||
+           rc == NERR_WkstaNotStarted || /* workstation service not running */
            rc == RPC_S_INVALID_NET_ADDR, /* Some Win7 */
            "Bad Network Path: rc=%d\n",rc);
     }




More information about the wine-cvs mailing list