Commit 1f090898 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

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

parent e87c3b4b
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment