Sweden-Number/dlls/rpcrt4/tests
Rob Shearman fd8cb3f9c2 rpcrt4: Reduce the timeout of waiting on the stop event in the server test to one second.
The stop event should already be signaled by the time we get to that
point since we wait until the child processes terminate in the server
process and the stop event is signaled in the context of one of the
child processes.

Don't call RpcMgmtWaitServerListening if the call to
WaitForSingleObject failed since it is likely that s_stop() hasn't
been called and therefore the call to RpcMgmtWaitServerListening won't
ever return.
2008-06-18 13:50:01 +02:00
..
Makefile.in makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
cstub.c rpcrt4: Fix a memory leak in the cstub tests. 2008-01-09 13:38:02 +01:00
generated.c Fix spelling error in the generated conformance test files. 2008-01-16 12:46:18 +01:00
ndr_marshall.c rpcrt4: Save the previous BufferLength in test_ndr_buffer and use it when testing the expected buffer length after the NdrFreeBuffer call. 2008-06-18 13:49:56 +02:00
rpc.c rpcrt4/tests: Fix test failures for win9x, NT4, W2K and XP-SP1. 2008-06-12 12:03:30 +02:00
rpc_async.c rpcrt4: Implement RpcAsyncInitializeHandle. 2008-01-07 22:55:46 +01:00
server.c rpcrt4: Reduce the timeout of waiting on the stop event in the server test to one second. 2008-06-18 13:50:01 +02:00
server.idl widl: Make structures with FC_ENUM16 fields complex. 2008-03-21 11:24:28 +01:00
server_defines.h rpcrt4: Add encapsulated union tests. 2007-06-19 11:45:11 +02:00