migrate t_timers to lib/isc/tests/timer_test

This commit is contained in:
Evan Hunt
2018-02-27 14:29:49 -08:00
parent 874e2fc70c
commit e2b8699df9
30 changed files with 657 additions and 1392 deletions

View File

@@ -9,8 +9,6 @@
* information regarding copyright ownership.
*/
/* $Id$ */
/*! \file */
#include <config.h>
@@ -38,7 +36,7 @@ ATF_TC_BODY(parse_overflow, tc) {
isc_uint32_t output;
UNUSED(tc);
result = isc_test_begin(NULL, ISC_TRUE);
result = isc_test_begin(NULL, ISC_TRUE, 0);
ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
result = isc_parse_uint32(&output, "1234567890", 10);