[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2122] nagiosplug/trunk/lib/tests/test_utils.c
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Fri Jan 9 14:18:25 CET 2009
Revision: 2122
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2122&view=rev
Author: dermoth
Date: 2009-01-09 13:18:25 +0000 (Fri, 09 Jan 2009)
Log Message:
-----------
Fix test from last commit
From: Thomas Guyot-Sionnest <dermoth at aei.ca>
Modified Paths:
--------------
nagiosplug/trunk/lib/tests/test_utils.c
Modified: nagiosplug/trunk/lib/tests/test_utils.c
===================================================================
--- nagiosplug/trunk/lib/tests/test_utils.c 2009-01-09 07:50:19 UTC (rev 2121)
+++ nagiosplug/trunk/lib/tests/test_utils.c 2009-01-09 13:18:25 UTC (rev 2122)
@@ -29,7 +29,7 @@
thresholds *thresholds = NULL;
int rc;
- plan_tests(82);
+ plan_tests(81);
range = parse_range_string("6");
ok( range != NULL, "'6' is valid range");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list