ok_double()
Heiko Schlichting
inn-workers at fu-berlin.de
Sun Jan 31 18:11:20 UTC 2010
Comment corrected: arguments of ok_double() are double, not integer
Heiko Schlichting Freie Universität Berlin
heiko at CIS.FU-Berlin.DE Zentraleinrichtung für Datenverarbeitung (ZEDAT)
Telefon +49 30 838-54327 Fabeckstraße 32
Telefax +49 30 838454327 14195 Berlin
-------------- next part --------------
commit 9a818e961d46e3a163cc0feb9142cdf2a1d2d2f9
Author: Heiko Schlichting <heiko at fu-berlin.de>
Date: Sat Jan 30 23:40:38 2010 +0100
comment corrected: arguments of ok_double() are double, not integer
diff --git a/tests/libtest.c b/tests/libtest.c
index ed4fc78..b011934 100644
--- a/tests/libtest.c
+++ b/tests/libtest.c
@@ -78,7 +78,7 @@ ok_string(int n, const char *wanted, const char *seen)
/*
-** 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-workers
mailing list