[Testbot] Plone 5.0 - Python 2.7 - Build # 2613 - Still failing! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Jun 20 20:02:07 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 2613 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/2613/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.rfc822
Branch: refs/heads/master
Date: 2014-06-20T19:37:58+02:00
Author: Timo Stollenwerk (tisto) <tisto at plone.org>
Commit: https://github.com/plone/plone.rfc822/commit/fb96a8c2c7330c41bd4dcb2c20407a1fc9923a80

Make sure the tests do not fail if messages contain a trailing blank line. This fixes test failures on Ubuntu 14.04.

Files changed:
M plone/rfc822/message.txt

diff --git a/plone/rfc822/message.txt b/plone/rfc822/message.txt
index 3a82830..d44a256 100644
--- a/plone/rfc822/message.txt
+++ b/plone/rfc822/message.txt
@@ -317,7 +317,7 @@ primary fields, we will get a multipart message with two attachments.
     Content-Type: text/html; charset="utf-8"
     <BLANKLINE>
     <p>My profile</p>
-    --===============...==--
+    --===============...==--...
 
 (Note that we've used ellipses here for the doctest to work with the generated
 boundary string).
@@ -396,7 +396,7 @@ own multipart message. To do that, we would simply use the
     Content-Type: text/html; charset="utf-8"
     <BLANKLINE>
     <p>My profile</p>
-    --===============...==--
+    --===============...==--...
 
 Which approach works best will depend largely on the intended recipient of
 the message.
@@ -582,7 +582,7 @@ In this case, we should get a multipart document with two payloads.
     Content-Transfer-Encoding: base64
     <BLANKLINE>
     PGh0bWw+PGJvZHk+dGVzdDwvYm9keT48L2h0bWw+
-    --===============...==--
+    --===============...==--...
 
 And again, we can reconstruct the object, this time with both fields:
 




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 1537 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140620/7fa4d0e0/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 104468 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140620/7fa4d0e0/attachment-0003.obj>


More information about the Testbot mailing list