]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
more descriptive assertion text
authorAndreas Gustafsson <source@isc.org>
Wed, 1 Dec 1999 18:56:10 +0000 (18:56 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 1 Dec 1999 18:56:10 +0000 (18:56 +0000)
bin/tests/sockaddr/t_sockaddr.c

index ef19509fb25930c367d65402018148dca2181260..eec7a4c00fc40889b312a3a9dfb3b566830c83fd 100644 (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);
 }