Author: spetreolle Date: Fri Feb 25 23:34:52 2011 New Revision: 50905
URL: http://svn.reactos.org/svn/reactos?rev=50905&view=rev Log: [ROSTESTS] Bug 5778: Disable part of rpcrt4:rpc test, it needs unimplemented functionality in current rpcrt4 version.
Modified: trunk/rostests/winetests/rpcrt4/rpc.c
Modified: trunk/rostests/winetests/rpcrt4/rpc.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/rpcrt4/rpc.c?rev... ============================================================================== --- trunk/rostests/winetests/rpcrt4/rpc.c [iso-8859-1] (original) +++ trunk/rostests/winetests/rpcrt4/rpc.c [iso-8859-1] Fri Feb 25 23:34:52 2011 @@ -277,6 +277,10 @@ RPC_C_AUTHN_WINNT, NULL, RPC_C_AUTHZ_NAME); ok(status == RPC_S_OK, "RpcBindingSetAuthInfo failed (%u)\n", status);
+if(1) + skip("bug 5778: this test part needs rpcrt4 sync >= 1.2rc6\n"); +else +{ level = authnsvc = authzsvc = 0; principal = (unsigned char *)0xdeadbeef; identity = (RPC_AUTH_IDENTITY_HANDLE *)0xdeadbeef; @@ -291,7 +295,7 @@ todo_wine ok(authzsvc == RPC_C_AUTHZ_NAME, "expected RPC_C_AUTHZ_NAME\n");
RpcStringFree(&principal); - +} status = RpcMgmtStopServerListening(NULL); ok(status == RPC_S_OK, "RpcMgmtStopServerListening failed (%u)\n", status);