iphlpapi/tests: Factor out interface identifier conversion with invalid parameters.
commitf30ee1e0d6c8e966deeda098ce787f26e91bad47
authorJinoh Kang <jinoh.kang.kr@gmail.com>
Sat, 15 Jan 2022 14:56:09 +0000 (15 23:56 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Jun 2022 16:53:18 +0000 (21 18:53 +0200)
tree9547e1b0779af8c39cd48e61a246f1d6e1576ec4
parent59d281ee7c0a171960388708020ebe97fc674fd3
iphlpapi/tests: Factor out interface identifier conversion with invalid parameters.

These tests call conversion functions with fixed parameter, and thus can
be taken out of the adapter enumeration loop.

Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
dlls/iphlpapi/tests/iphlpapi.c