INN commit: trunk/tests (libtest.c)

INN Commit rra at isc.org
Sun Feb 7 19:08:56 UTC 2010


    Date: Sunday, February 7, 2010 @ 11:08:56
  Author: iulius
Revision: 8953

Comment corrected:  arguments of ok_double() are double, not integer.

Patch from Heiko Schlichting.

Modified:
  trunk/tests/libtest.c

-----------+
 libtest.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: libtest.c
===================================================================
--- libtest.c	2010-02-07 19:02:23 UTC (rev 8952)
+++ libtest.c	2010-02-07 19:08:56 UTC (rev 8953)
@@ -78,7 +78,7 @@
 
 
 /*
-**  Takes an expected integer and a seen integer and assumes the test passes
+**  Takes an expected double and a seen double and assumes the test passes
 **  if those two numbers match.
 */
 void




More information about the inn-committers mailing list