Re: Fixing the last remaining failure on W2K (rpcrt4:server)

2009-04-15 Thread Rob Shearman
2009/4/15 Paul Vriens paul.vriens.w...@gmail.com:
 In an effort to fix that last failure on my box I found the culprit. I'm not
 comfortable enough with just excluding (yet another) that test just for the
 sake of having zero failures though.

What exception is being raised?

I think perhaps s_context_handle_test should be removed and replaced
with another that uses widl-generated code for testing context handles
rather than low-level functions.

-- 
Rob Shearman




Re: Fixing the last remaining failure on W2K (rpcrt4:server)

2009-04-15 Thread Paul Vriens

Rob Shearman wrote:

2009/4/15 Paul Vriens paul.vriens.w...@gmail.com:

In an effort to fix that last failure on my box I found the culprit. I'm not
comfortable enough with just excluding (yet another) that test just for the
sake of having zero failures though.


What exception is being raised?

I think perhaps s_context_handle_test should be removed and replaced
with another that uses widl-generated code for testing context handles
rather than low-level functions.


I just see a RPC_S_CALL_FAILED

--
Cheers,

Paul.