0x00, 0x08, 0x00, 0x04,
0x00, 0x01, 0x00, 0x00
},
- 8, ISC_TRUE
+ 8, ISC_FALSE
},
{
/* Option code family 2 (ipv6) , source 0, scope 0 */
0x00, 0x08, 0x00, 0x04,
0x00, 0x02, 0x00, 0x00
},
- 8, ISC_TRUE
+ 8, ISC_FALSE
},
{
/* extra octet */
&dctx, 0, &target1);
dns_decompress_invalidate(&dctx);
if (test_data[i].ok)
- ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
+ ATF_CHECK_EQ(result, ISC_R_SUCCESS);
else
- ATF_REQUIRE(result != ISC_R_SUCCESS);
+ ATF_CHECK(result != ISC_R_SUCCESS);
}
}