2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

more descriptive assertion text

This commit is contained in:
Andreas Gustafsson
1999-12-01 18:56:10 +00:00
parent e6428e3af6
commit 0bc8af1f2a

View File

@@ -67,7 +67,9 @@ static void
t1(void) {
int result;
t_assert("isc_sockaddr_eqaddrprefix", 1, T_REQUIRED,
"IPv4 address prefix comparisons work as expected");
"isc_sockaddr_eqaddrprefix() returns ISC_TRUE when "
"prefixes of a and b are equal, and ISC_FALSE when "
"they are not equal");
result = test_isc_sockaddr_eqaddrprefix();
t_result(result);
}