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

This commit is contained in:
Detlef Riekenberg 2012-11-13 23:50:14 +01:00 committed by Alexandre Julliard
parent e87c3b4b00
commit 1f0908984c
1 changed files with 1 additions and 0 deletions

View File

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