Commit 80a48578 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

inetmib1: Remove a test that's no longer true on Windows Vista.

parent bc2fa007
......@@ -231,13 +231,6 @@ static void testQuery(void)
"expected ASN_INTEGER, got %02x\n", vars2[1].value.asnType);
ok(vars2[2].value.asnType == ASN_INTEGER,
"expected ASN_INTEGER, got %02x\n", vars2[2].value.asnType);
/* Check that the operational status of an interface correctly
* follows the MIB2 definition of it, rather than the values
* defined for IPHlpApi's dwOperStatus field.
*/
ok(vars2[2].value.asnValue.unsigned32 <= 2,
"expected a value of 0, 1, or 2, got %u\n",
vars2[2].value.asnValue.unsigned32);
}
else if (noChange)
skip("no change in OID, no MIB2 IF table implementation\n");
......
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