From 38bb4bfec1272b5d48bdf9d86b5df245b1941260 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 21 Mar 2019 10:15:28 +0100 Subject: tests: Drop mime headers from test case As a result of 74669f0925b7c3d08a735d4e302b656b766d15cf we don't parse these out anymore (but don't need them either) Gbp-Dch: Ignore --- tests/08_test_patch.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/08_test_patch.py b/tests/08_test_patch.py index 9fe7f7fd..cf87b811 100644 --- a/tests/08_test_patch.py +++ b/tests/08_test_patch.py @@ -116,10 +116,6 @@ class TestBase64Patch(unittest.TestCase): self.assertEqual("Nick Leverton", p.author) self.assertEqual("nick@leverton.org", p.email) self.assertEqual("""\ -MIME-Version: 1.0 -Content-Type: text/plain; charset="utf-8" -Content-Transfer-Encoding: base64 - Sort files when using mergelib to create libnullmailer.a, to get reproducible build -- cgit v1.2.3