Module: wine Branch: master Commit: 1f0908984c5fb5d77570e9223e67078e853c8345 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1f0908984c5fb5d77570e9223e...
Author: Detlef Riekenberg wine.dev@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); }