Commit 38bf651b authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

iphlpapi/tests: Test ScopeID only for IPv6.

parent 42a62ad8
......@@ -2067,8 +2067,6 @@ static void test_GetUnicastIpAddressEntry(void)
if (row.Address.si_family == AF_INET6)
ok(row.ScopeId.Value == row.Address.Ipv6.sin6_scope_id, "Expected %d, got %d\n",
row.Address.Ipv6.sin6_scope_id, row.ScopeId.Value);
else
ok(row.ScopeId.Value == 0, "Expected 0, got %d\n", row.ScopeId.Value);
ok(row.CreationTimeStamp.QuadPart, "CreationTimeStamp is 0\n");
}
ua = ua->Next;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment