INN commit: trunk/tests/innd (artparse-t.c)

INN Commit rra at isc.org
Sat Oct 24 10:34:27 UTC 2009


    Date: Saturday, October 24, 2009 @ 03:34:27
  Author: iulius
Revision: 8687

Fix the test suite because of a change of return value
when an article is totally empty.

Modified:
  trunk/tests/innd/artparse-t.c

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

Modified: artparse-t.c
===================================================================
--- artparse-t.c	2009-10-24 10:26:45 UTC (rev 8686)
+++ artparse-t.c	2009-10-24 10:34:27 UTC (rev 8687)
@@ -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