[INN-COMMITTERS] inn (125 files)

Russ Allbery Russ_Allbery at isc.org
Thu Dec 23 07:12:34 UTC 2004


    Date: Thursday, December 23, 2004 @ 07:12:30
  Author: rra
    Path: /proj/cvs/isc/inn/inn

   Added: tests/data/articles/1 tests/data/articles/2
          tests/data/articles/3 tests/data/articles/4
          tests/data/articles/5 tests/data/articles/6
          tests/data/articles/bad-empty tests/data/articles/bad-hdr-empty
          tests/data/articles/bad-hdr-nospc
          tests/data/articles/bad-hdr-space
          tests/data/articles/bad-hdr-trunc
          tests/data/articles/bad-long-cont
          tests/data/articles/bad-long-hdr tests/data/articles/bad-msgid
          tests/data/articles/bad-no-body
          tests/data/articles/bad-no-header
          tests/data/articles/bad-nul-body
          tests/data/articles/bad-nul-header tests/data/articles/bad-subj
          tests/data/articles/wire-no-body
          tests/data/articles/wire-strange
          tests/data/articles/wire-truncated tests/data/config/errors
          tests/data/config/groups tests/data/config/include
          tests/data/config/line-endings tests/data/config/lists
          tests/data/config/no-newline tests/data/config/null
          tests/data/config/reals tests/data/config/recurse
          tests/data/config/simple tests/data/config/symlink
          tests/data/config/valid tests/data/config/warn-bool
          tests/data/config/warn-int tests/data/config/warn-real
          tests/data/config/warn-string tests/data/config/warnings
          tests/data/db/active tests/data/etc/buffindexed.conf
          tests/data/etc/inn.conf tests/data/etc/overview.fmt
          tests/data/etc/passwd tests/data/etc/storage.conf
          tests/data/overview/1-4 tests/data/overview/basic
          tests/data/overview/bogus tests/data/overview/high-numbered
          tests/data/overview/munge-data tests/data/overview/reversed
          tests/data/upgrade/inn.conf tests/data/upgrade/inn.conf.ok
          tests/data/upgrade/newsfeeds tests/data/upgrade/newsfeeds.ok
          tests/data/upgrade/sasl.conf
Modified: MANIFEST tests/authprogs/ckpasswd.t tests/innd/artparse-t.c
          tests/lib/confparse-t.c tests/lib/innconf-t.c tests/lib/wire-t.c
          tests/overview/.cvsignore tests/overview/api-t.c
          tests/overview/overview-t.c tests/storage/archive.t
          tests/storage/makehistory.t tests/storage/sm.t
          tests/util/innupgrade.t
 Removed: tests/authprogs/passwd tests/lib/articles/no-body
          tests/lib/articles/strange tests/lib/articles/truncated
          tests/lib/config/errors tests/lib/config/groups
          tests/lib/config/include tests/lib/config/line-endings
          tests/lib/config/lists tests/lib/config/no-newline
          tests/lib/config/null tests/lib/config/reals
          tests/lib/config/recurse tests/lib/config/simple
          tests/lib/config/symlink tests/lib/config/valid
          tests/lib/config/warn-bool tests/lib/config/warn-int
          tests/lib/config/warn-real tests/lib/config/warn-string
          tests/lib/config/warnings tests/overview/data/basic
          tests/overview/data/bogus tests/overview/data/high-numbered
          tests/overview/data/reversed tests/overview/etc/buffindexed.conf
          tests/overview/munge-data tests/storage/articles/1
          tests/storage/articles/2 tests/storage/articles/3
          tests/storage/articles/4 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-msgid
          tests/storage/articles/bad-no-body
          tests/storage/articles/bad-no-header
          tests/storage/articles/bad-nul-body
          tests/storage/articles/bad-nul-header
          tests/storage/articles/bad-subj tests/storage/db/active
          tests/storage/etc/inn.conf tests/storage/etc/overview.fmt
          tests/storage/etc/storage.conf tests/storage/overview/1-4
          tests/util/upgrade/inn.conf tests/util/upgrade/inn.conf.ok
          tests/util/upgrade/newsfeeds tests/util/upgrade/newsfeeds.ok
          tests/util/upgrade/sasl.conf

Reorganize the test directory to put all of the separata test data into its
own directory hierarchy.  We aren't currently doing much reusing of test
data, but we'll do more in the future, and this makes the test directory
look a lot cleaner and makes it easier to share things.


---------------------------------------+
 MANIFEST                              |  113 +++++++++++------------
 tests/authprogs/ckpasswd.t            |   20 ++--
 tests/authprogs/passwd                |   10 --
 tests/data/articles/1                 |    9 +
 tests/data/articles/2                 |    9 +
 tests/data/articles/3                 |    9 +
 tests/data/articles/4                 |   20 ++++
 tests/data/articles/5                 |   27 +++++
 tests/data/articles/6                 |  137 +++++++++++++++++++++++++++++
 tests/data/articles/bad-empty         |    1 
 tests/data/articles/bad-hdr-empty     |    4 
 tests/data/articles/bad-hdr-nospc     |    4 
 tests/data/articles/bad-hdr-space     |    4 
 tests/data/articles/bad-hdr-trunc     |    4 
 tests/data/articles/bad-long-cont     |   12 ++
 tests/data/articles/bad-long-hdr      |   10 ++
 tests/data/articles/bad-msgid         |    8 +
 tests/data/articles/bad-no-body       |    6 +
 tests/data/articles/bad-no-header     |    2 
 tests/data/articles/bad-nul-body      |    0 
 tests/data/articles/bad-nul-header    |    0 
 tests/data/articles/bad-subj          |    8 +
 tests/data/articles/wire-no-body      |    6 +
 tests/data/articles/wire-strange      |    0 
 tests/data/articles/wire-truncated    |    5 +
 tests/data/config/errors              |  151 ++++++++++++++++++++++++++++++++
 tests/data/config/groups              |   31 ++++++
 tests/data/config/include             |    4 
 tests/data/config/line-endings        |    7 +
 tests/data/config/lists               |   12 ++
 tests/data/config/no-newline          |    2 
 tests/data/config/null                |    0 
 tests/data/config/reals               |    4 
 tests/data/config/recurse             |    1 
 tests/data/config/simple              |    2 
 tests/data/config/symlink             |    1 
 tests/data/config/valid               |   29 ++++++
 tests/data/config/warn-bool           |   21 ++++
 tests/data/config/warn-int            |   21 ++++
 tests/data/config/warn-real           |   36 +++++++
 tests/data/config/warn-string         |    8 +
 tests/data/config/warnings            |   22 ++++
 tests/data/db/active                  |    2 
 tests/data/etc/buffindexed.conf       |    4 
 tests/data/etc/inn.conf               |   12 ++
 tests/data/etc/overview.fmt           |   12 ++
 tests/data/etc/passwd                 |   10 ++
 tests/data/etc/storage.conf           |    8 +
 tests/data/overview/1-4               |    4 
 tests/data/overview/basic             |   99 ++++++++++++++++++++
 tests/data/overview/bogus             |    9 +
 tests/data/overview/high-numbered     |    2 
 tests/data/overview/munge-data        |   43 +++++++++
 tests/data/overview/reversed          |   99 ++++++++++++++++++++
 tests/data/upgrade/inn.conf           |    4 
 tests/data/upgrade/inn.conf.ok        |   15 +++
 tests/data/upgrade/newsfeeds          |    6 +
 tests/data/upgrade/newsfeeds.ok       |    6 +
 tests/data/upgrade/sasl.conf          |    6 +
 tests/innd/artparse-t.c               |   44 ++++-----
 tests/lib/articles/no-body            |    5 -
 tests/lib/articles/strange            |    0 
 tests/lib/articles/truncated          |    5 -
 tests/lib/config/errors               |  151 --------------------------------
 tests/lib/config/groups               |   31 ------
 tests/lib/config/include              |    4 
 tests/lib/config/line-endings         |    7 -
 tests/lib/config/lists                |   12 --
 tests/lib/config/no-newline           |    2 
 tests/lib/config/null                 |    0 
 tests/lib/config/reals                |    4 
 tests/lib/config/recurse              |    1 
 tests/lib/config/simple               |    2 
 tests/lib/config/symlink              |    1 
 tests/lib/config/valid                |   29 ------
 tests/lib/config/warn-bool            |   21 ----
 tests/lib/config/warn-int             |   21 ----
 tests/lib/config/warn-real            |   36 -------
 tests/lib/config/warn-string          |    8 -
 tests/lib/config/warnings             |   22 ----
 tests/lib/confparse-t.c               |   11 +-
 tests/lib/innconf-t.c                 |   11 +-
 tests/lib/wire-t.c                    |   21 ++--
 tests/overview/.cvsignore             |    1 
 tests/overview/api-t.c                |   53 ++++++-----
 tests/overview/data/basic             |   99 --------------------
 tests/overview/data/bogus             |    9 -
 tests/overview/data/high-numbered     |    2 
 tests/overview/data/reversed          |   99 --------------------
 tests/overview/etc/buffindexed.conf   |    4 
 tests/overview/munge-data             |   43 ---------
 tests/overview/overview-t.c           |   31 ++++--
 tests/storage/archive.t               |    4 
 tests/storage/articles/1              |    9 -
 tests/storage/articles/2              |    9 -
 tests/storage/articles/3              |    9 -
 tests/storage/articles/4              |   20 ----
 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-msgid      |    8 -
 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 
 tests/storage/articles/bad-subj       |    8 -
 tests/storage/db/active               |    2 
 tests/storage/etc/inn.conf            |   12 --
 tests/storage/etc/overview.fmt        |   12 --
 tests/storage/etc/storage.conf        |    8 -
 tests/storage/makehistory.t           |    4 
 tests/storage/overview/1-4            |    4 
 tests/storage/sm.t                    |    4 
 tests/util/innupgrade.t               |    4 
 tests/util/upgrade/inn.conf           |    4 
 tests/util/upgrade/inn.conf.ok        |   15 ---
 tests/util/upgrade/newsfeeds          |    6 -
 tests/util/upgrade/newsfeeds.ok       |    6 -
 tests/util/upgrade/sasl.conf          |    6 -
 125 files changed, 1148 insertions(+), 1126 deletions(-), 2 modifications(!)


More information about the inn-committers mailing list