Skip to content

Commit 51276b9

Browse files
author
Ralf Schlatterbeck
committed
add missing newline to a test-case.
1 parent e474fe4 commit 51276b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_mailgw.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# but WITHOUT ANY WARRANTY; without even the implied warranty of
99
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010
#
11-
# $Id: test_mailgw.py,v 1.91 2007-11-14 14:57:47 schlatterbeck Exp $
11+
# $Id: test_mailgw.py,v 1.92 2007-11-14 16:19:41 schlatterbeck Exp $
1212

1313
# TODO: test bcc
1414

@@ -1170,7 +1170,7 @@ def testContentDisposition(self):
11701170
messages.sort()
11711171
file = self.db.file.getnode (self.db.msg.get(messages[-1], 'files')[0])
11721172
self.assertEqual(file.name, 'main.dvi')
1173-
self.assertEqual(file.content, 'Just a test \001')
1173+
self.assertEqual(file.content, 'Just a test \001\n')
11741174

11751175
def testFollowupStupidQuoting(self):
11761176
self.doNewIssue()

0 commit comments

Comments
 (0)