INN commit: branches/2.5/tests/innd (artparse-t.c)
INN Commit
rra at isc.org
Sun Nov 15 09:21:04 UTC 2009
Date: Sunday, November 15, 2009 @ 01:21:04
Author: iulius
Revision: 8763
Fix the test suite because of a change of return value
when an article is totally empty.
Modified:
branches/2.5/tests/innd/artparse-t.c
--------------+
artparse-t.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: artparse-t.c
===================================================================
--- artparse-t.c 2009-11-15 09:20:46 UTC (rev 8762)
+++ artparse-t.c 2009-11-15 09:21:04 UTC (rev 8763)
@@ -29,7 +29,7 @@
{ "../data/articles/6",
"437 Article of 8193 bytes exceeds local limit of 8192 bytes" },
{ "../data/articles/bad-empty",
- "437 Empty article" },
+ "437 Empty headers and body" },
{ "../data/articles/bad-hdr-nospc",
"437 No colon-space in \"Test:<-he: re\" header" },
{ "../data/articles/bad-hdr-space",
More information about the inn-committers
mailing list