Fix iphone test

This commit is contained in:
Oliver Song
2015-07-02 13:23:00 -07:00
committed by Alex Riina
parent e3c4ff38fe
commit 7ea773e6a9
3 changed files with 6 additions and 3 deletions

View File

@@ -9,11 +9,11 @@ To: bob <bob@example.com>
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (1.0)
hello
Hello
Sent from my iPhone
On Apr 3, 2012, at 4:19 PM, bob <bob@example.com> wr=
ote:
> Hi
> Hi

View File

@@ -0,0 +1,3 @@
Hello
Sent from my iPhone

View File

@@ -624,7 +624,7 @@ def test_standard_replies():
reply_text_fn = filename[:-4] + '_reply_text'
if os.path.isfile(reply_text_fn):
with open(reply_text_fn) as f:
reply_text = f.read()
reply_text = f.read().strip()
else:
reply_text = 'Hello'
yield eq_, reply_text, stripped_text, \