[INN-COMMITTERS] inn (19 files)
Russ Allbery
Russ_Allbery at isc.org
Fri May 21 08:46:39 UTC 2004
Date: Friday, May 21, 2004 @ 08:46:39
Author: rra
Path: /proj/cvs/isc/inn/inn
Added: tests/innd/.cvsignore tests/innd/artparse-t.c
tests/innd/fakeinnd.c tests/storage/articles/5
tests/storage/articles/6 tests/storage/articles/bad-empty
tests/storage/articles/bad-hdr-empty
tests/storage/articles/bad-hdr-nospc
tests/storage/articles/bad-hdr-space
tests/storage/articles/bad-hdr-trunc
tests/storage/articles/bad-long-cont
tests/storage/articles/bad-long-hdr
tests/storage/articles/bad-no-body
tests/storage/articles/bad-no-header
tests/storage/articles/bad-nul-body
tests/storage/articles/bad-nul-header
Modified: MANIFEST tests/Makefile tests/TESTS
Add an extensive test suite for the article parsing routines in innd, as
well as a harness allowing unit-testing of portions of innd without running
the whole program.
---------------------------------------+
MANIFEST | 16 ++
tests/Makefile | 33 ++++-
tests/TESTS | 1
tests/innd/.cvsignore | 1
tests/innd/artparse-t.c | 184 ++++++++++++++++++++++++++++++++
tests/innd/fakeinnd.c | 79 +++++++++++++
tests/storage/articles/5 | 27 ++++
tests/storage/articles/6 | 137 +++++++++++++++++++++++
tests/storage/articles/bad-empty | 1
tests/storage/articles/bad-hdr-empty | 4
tests/storage/articles/bad-hdr-nospc | 4
tests/storage/articles/bad-hdr-space | 4
tests/storage/articles/bad-hdr-trunc | 4
tests/storage/articles/bad-long-cont | 12 ++
tests/storage/articles/bad-long-hdr | 10 +
tests/storage/articles/bad-no-body | 6 +
tests/storage/articles/bad-no-header | 2
tests/storage/articles/bad-nul-body | 0
tests/storage/articles/bad-nul-header | 0
19 files changed, 515 insertions(+), 9 deletions(-), 1 modification(!)
More information about the inn-committers
mailing list