summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/tests
diff options
context:
space:
mode:
authorBarry Warsaw2011-03-16 15:14:48 -0400
committerBarry Warsaw2011-03-16 15:14:48 -0400
commite2e7e4a3e43a1a7fcf9f909f0d0aaaeedf27f3fa (patch)
treed1fc27c3f95826c88edad4ae18b482b5d13377d2 /src/mailman/utilities/tests
parent8f51ea23f187707f92e4ed689ef5ccb0fe292427 (diff)
downloadmailman-e2e7e4a3e43a1a7fcf9f909f0d0aaaeedf27f3fa.tar.gz
mailman-e2e7e4a3e43a1a7fcf9f909f0d0aaaeedf27f3fa.tar.zst
mailman-e2e7e4a3e43a1a7fcf9f909f0d0aaaeedf27f3fa.zip
Diffstat (limited to 'src/mailman/utilities/tests')
-rw-r--r--src/mailman/utilities/tests/test_templates.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/utilities/tests/test_templates.py b/src/mailman/utilities/tests/test_templates.py
index b95b181f7..2de43ae3c 100644
--- a/src/mailman/utilities/tests/test_templates.py
+++ b/src/mailman/utilities/tests/test_templates.py
@@ -260,7 +260,6 @@ It will not be wrapped.
self.assertEqual(make('nosub.txt', self.mlist), """\
This is a global template. It has no substitutions. It will be
wrapped.
-
""")
def test_substitutions(self):
@@ -269,7 +268,6 @@ wrapped.
howmany='a few'), """\
This is a very nice template. It has a few substitutions. It will be
wrapped.
-
""")
def test_substitutions_no_wrap(self):
@@ -279,7 +277,6 @@ wrapped.
This is a very nice template.
It has a few substitutions.
It will not be wrapped.
-
""")