4 Nov
2017
4 Nov
'17
3:34 a.m.
Alexandre Julliard <julliard(a)winehq.org> wrote:
+ ok(ovl_iocp->Internal == STATUS_CONNECTION_ABORTED || STATUS_LOCAL_DISCONNECT /* XP */, "got %#lx\n", ovl_iocp->Internal);
The second part of the || is always true so this is not testing anything.
+ ok(ovl_iocp->Internal == STATUS_CONNECTION_ABORTED || STATUS_LOCAL_DISCONNECT /* XP */, "got %#lx\n", ovl_iocp->Internal);
Same here.
Oops, thanks for spotting these glaring bugs. -- Dmitry.