summaryrefslogtreecommitdiff
path: root/Mailman/database/model
diff options
context:
space:
mode:
authorBarry Warsaw2007-07-10 22:39:57 -0400
committerBarry Warsaw2007-07-10 22:39:57 -0400
commitde429f33191b84bc261535d8deba54399fb1bd4a (patch)
tree1d1f2b932c33f70deb34ee68c802bbd3ee2cb8df /Mailman/database/model
parentbebaec0e24f3492ff4190c36074b6c51cd44589b (diff)
downloadmailman-de429f33191b84bc261535d8deba54399fb1bd4a.tar.gz
mailman-de429f33191b84bc261535d8deba54399fb1bd4a.tar.zst
mailman-de429f33191b84bc261535d8deba54399fb1bd4a.zip
Conversion of the ToDigest tests to doctests, along with just enough handler
module update to make the thing pass. Much more coverage is still necessary, but this at least recreates the existing tests. Changes to the test infrastructure to make REPORT_ONLY_FIRST_FAILURE conditional on lower (default) verbosity. Increase the verbosity via 'bin/testall -v' and you get all the failure output.
Diffstat (limited to 'Mailman/database/model')
-rw-r--r--Mailman/database/model/mailinglist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/database/model/mailinglist.py b/Mailman/database/model/mailinglist.py
index 71007b83f..fce73cf25 100644
--- a/Mailman/database/model/mailinglist.py
+++ b/Mailman/database/model/mailinglist.py
@@ -91,7 +91,7 @@ class MailingList(Entity):
has_field('digest_header', Unicode),
has_field('digest_is_default', Boolean),
has_field('digest_send_periodic', Boolean),
- has_field('digest_size_threshhold', Integer),
+ has_field('digest_size_threshold', Integer),
has_field('digest_volume_frequency', Integer),
has_field('digestable', Boolean),
has_field('discard_these_nonmembers', PickleType),