urlmon/tests: Add tests for calls to IHttpNegotiate interfaces as exposed by IBindSta...
commit8f78c71cb6e7e2bc5bb318cf4cd37404f363d619
authorMisha Koshelev <mk144210@bcm.edu>
Tue, 24 Jul 2007 01:33:08 +0000 (23 20:33 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Jul 2007 10:19:08 +0000 (24 12:19 +0200)
treeb33b5c50a41377431f037d3ee689cd53994cee7b
parent89bda109601ef9e4092bf71b0b5068295f6dcd7a
urlmon/tests: Add tests for calls to IHttpNegotiate interfaces as exposed by IBindStatusCallback.

Add more tests for specific arguments passed to IHttpNegotiate and IHttpNegotiate2. Note that
for OnResponse pszAdditionalHeaders is NULL when called directly from IInternetProtocol (for
example as seen in our protocol tests) but non-NULL when these interfaces are exposed by
IBindStatusCallback as seen here. Tests conform on Win98 and Winxp.
dlls/urlmon/tests/url.c