diff options
| author | Barry Warsaw | 2008-03-12 21:22:48 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-03-12 21:22:48 -0400 |
| commit | 276df8d3a8e89013490d7048b21ddc87e75a38ac (patch) | |
| tree | 3a9a4e50a7c6a7ee2829d37127a5ff4522089a62 /mailman/tests/test_documentation.py | |
| parent | 91f84edd80b4470cb0c9dfca30890388af6daec8 (diff) | |
| download | mailman-276df8d3a8e89013490d7048b21ddc87e75a38ac.tar.gz mailman-276df8d3a8e89013490d7048b21ddc87e75a38ac.tar.zst mailman-276df8d3a8e89013490d7048b21ddc87e75a38ac.zip | |
Diffstat (limited to 'mailman/tests/test_documentation.py')
| -rw-r--r-- | mailman/tests/test_documentation.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mailman/tests/test_documentation.py b/mailman/tests/test_documentation.py index 9f46e55c8..69acd9d7b 100644 --- a/mailman/tests/test_documentation.py +++ b/mailman/tests/test_documentation.py @@ -77,6 +77,7 @@ def cleaning_teardown(testobj): # Clear out messages in the message store. for message in config.db.message_store.messages: config.db.message_store.delete_message(message['message-id']) + config.db.commit() |
