From eb41bebb04cb8158d46d130ba63ca2044f2ccbb1 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 7 Mar 2012 15:45:09 -0800 Subject: * Mailing lists get multiple chains and pipelines. For example, normal postings go through the `posting_chain` while messages to owners to through `owners_chain`. The default `built-in` chain is renamed to `default-posting-chain` while the `built-in` pipeline is renamed `default-posting-pipeline`. * Schema changes: - start_chain -> posting_chain - pipeline -> posting_pipeline --- src/mailman/core/tests/test_pipelines.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mailman/core/tests') diff --git a/src/mailman/core/tests/test_pipelines.py b/src/mailman/core/tests/test_pipelines.py index 4bf552750..363587d3b 100644 --- a/src/mailman/core/tests/test_pipelines.py +++ b/src/mailman/core/tests/test_pipelines.py @@ -37,7 +37,7 @@ from mailman.testing.layers import ConfigLayer class TestBuiltinPipeline(unittest.TestCase): - """Test various aspects of the built-in pipeline.""" + """Test various aspects of the built-in postings pipeline.""" layer = ConfigLayer @@ -57,6 +57,7 @@ Subject: a test testing """) msgdata = {} - process(self._mlist, msg, msgdata, pipeline_name='built-in') + process(self._mlist, msg, msgdata, + pipeline_name='default-posting-pipeline') self.assertEqual(msg['list-id'], '') self.assertEqual(msg['list-post'], '') -- cgit v1.2.3-70-g09d2