RE: netapi32/tests: Add acceptable error codes for Win7

2009-08-28 Thread Greg Geldorp
From: André Hentschel [mailto:n...@dawncrow.de] > adding "|| RPC_S_SERVER_UNAVAILABLE" is surely not what you wanted, i > think you mean "|| rc == RPC_S_SERVER_UNAVAILABLE" You're right of course. Resent. Thanks, Ge.

Re: netapi32/tests: Add acceptable error codes for Win7

2009-08-28 Thread André Hentschel
adding "|| RPC_S_SERVER_UNAVAILABLE" is surely not what you wanted, i think you mean "|| rc == RPC_S_SERVER_UNAVAILABLE" -- Best Regards, André Hentschel