1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/dlls/httpapi
Zebediah Figura 3d02e9870a httpapi/tests: Do not test that a local TCP port is closed.
I suspect the intent of this test was to verify that httpapi really doesn't bind
to that port. That HttpAddUrlToUrlGroup() fails implies this, but paranoia in a
case like this is rarely unwarranted.

However, this test cannot reliably succeed; some other operating system
component may open a TCP port in the meantime, and it appears that on Windows 10
this does in fact happen.

Since the goal of the test is just extra paranoia, I don't think it's worth
keeping.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55127
2023-07-24 22:52:22 +02:00
..
tests httpapi/tests: Do not test that a local TCP port is closed. 2023-07-24 22:52:22 +02:00
httpapi_main.c httpapi: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-08 21:31:10 +01:00
httpapi.spec
Makefile.in