r47255 - Apply partial-append.patch

glyph-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Fri, 15 Apr 2016 16:35:25 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: glyph
Date: Fri Apr 15 16:35:19 2016
New Revision: 47255

Modified:
   branches/notouch-8277/twisted/mail/test/test_imap.py

Log:
Apply partial-append.patch

Modified: branches/notouch-8277/twisted/mail/test/test_imap.py
==============================================================================
--- branches/notouch-8277/twisted/mail/test/test_imap.py	(original)
+++ branches/notouch-8277/twisted/mail/test/test_imap.py	Fri Apr 15 16:35:19 2016
@@ -1649,8 +1649,6 @@
 
     def testPartialAppend(self):
         infile = util.sibpath(__file__, 'rfc822.message')
-        # Create the initial file.
-        FilePath(infile).touch()
         SimpleServer.theAccount.addMailbox('PARTIAL/SUBTHING')
         def login():
             return self.client.login('testuser', 'password-test')