We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e474fe4 commit 51276b9Copy full SHA for 51276b9
test/test_mailgw.py
@@ -8,7 +8,7 @@
8
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
#
11
-# $Id: test_mailgw.py,v 1.91 2007-11-14 14:57:47 schlatterbeck Exp $
+# $Id: test_mailgw.py,v 1.92 2007-11-14 16:19:41 schlatterbeck Exp $
12
13
# TODO: test bcc
14
@@ -1170,7 +1170,7 @@ def testContentDisposition(self):
1170
messages.sort()
1171
file = self.db.file.getnode (self.db.msg.get(messages[-1], 'files')[0])
1172
self.assertEqual(file.name, 'main.dvi')
1173
- self.assertEqual(file.content, 'Just a test \001')
+ self.assertEqual(file.content, 'Just a test \001\n')
1174
1175
def testFollowupStupidQuoting(self):
1176
self.doNewIssue()
0 commit comments