Searched defs:test_text (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/tests/
H A Dtime_test.c35 const char *test_text = "19691231235959"; local
50 ATF_REQUIRE_STREQ(buf, test_text);
51 result = dns_time32_fromtext(test_text, &when);
63 const char *test_text = "19700101000000"; local
78 ATF_REQUIRE_STREQ(buf, test_text);
79 result = dns_time32_fromtext(test_text, &when);
91 const char *test_text = "20380119031407"; local
106 ATF_REQUIRE_STREQ(buf, test_text);
107 result = dns_time32_fromtext(test_text, &when);
119 const char *test_text local
148 const char *test_text = "19610307130000"; local
175 const char *test_text = "20110307130000"; local
[all...]

Completed in 9 milliseconds