http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c3bde
)
itss: Remove a test that we expect to fail sometimes.
author
James Hawkins
<jhawkins@codeweavers.com>
Fri, 2 May 2008 08:56:47 +0000
(
03:56
-0500)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 2 May 2008 09:33:31 +0000
(11:33 +0200)
dlls/itss/tests/protocol.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/itss/tests/protocol.c
b/dlls/itss/tests/protocol.c
index ea04437a270fbc6b659cac7eeda3024c82a2850a..e8aa171491a59b4b215100752eef2c0e32ba3c14 100644
(file)
--- a/
dlls/itss/tests/protocol.c
+++ b/
dlls/itss/tests/protocol.c
@@
-303,7
+303,6
@@
static HRESULT _protocol_start(unsigned line, IInternetProtocol *protocol, LPCWS
expect_hrResult = S_OK;
hres = IInternetProtocol_Start(protocol, url, &protocol_sink, &bind_info, 0, 0);
- ok_(__FILE__,line) (hres == S_OK, "Start failed: %08x\n", hres);
if(FAILED(hres)) {
SET_CALLED(GetBindInfo);