diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2014-12-28 01:00:36 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2014-12-28 01:04:31 +0100 |
commit | 8e8a89e3dc6d6da2e9f230e316f4c3372013bb85 (patch) | |
tree | 15c9dc3367154319340ee6e3e368fdfefdacd627 /test | |
parent | aac353539738870f9ec7f89f66cc2f44f93129cb (diff) | |
download | pygn-8e8a89e3dc6d6da2e9f230e316f4c3372013bb85.tar.gz |
Work directly on self.message in mail2news.
Diffstat (limited to 'test')
-rwxr-xr-x | test/test_wlp.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_wlp.py b/test/test_wlp.py index 62b2551..759dffe 100755 --- a/test/test_wlp.py +++ b/test/test_wlp.py @@ -52,8 +52,11 @@ Return-Path: <pyg@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.2.5i -X-Multiline: this header probably broke RFC, but is frequent. +X-Multiline: this header probably broke RFC, but is frequent. X-Gateway: pyg %s %s + +one line test + """ % (mail2news.VERSION, mail2news.DESC) def test_m2n(self): |