[Testbot] Plone 4.3 - Python 2.7 - Build # 2804 - Improvement! - 6 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Jan 2 19:20:04 UTC 2015


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.7 - Build # 2804 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.7/2804/


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

Repository: Products.PlonePAS
Branch: refs/heads/4.1.x
Date: 2015-01-02T10:42:22-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/Products.PlonePAS/commit/fc368ac85f2f38d02db45cfc32ec2d71945fb1c0

fix scale_image test (newer Pillow has a more verbose exception)

Files changed:
M Products/PlonePAS/utils.py

diff --git a/Products/PlonePAS/utils.py b/Products/PlonePAS/utils.py
index 91d6410..57c6799 100644
--- a/Products/PlonePAS/utils.py
+++ b/Products/PlonePAS/utils.py
@@ -73,11 +73,11 @@ def scale_image(image_file, max_size=None, default_format=None):
         >>> scale_image(invalid, (50, 50))
         Traceback (most recent call last):
         ...
-        IOError: cannot identify image file
+        IOError: cannot identify image file...
         >>> scale_image(sneaky, (50, 50))
         Traceback (most recent call last):
         ...
-        IOError: cannot identify image file
+        IOError: cannot identify image file...
 
     Now that that's out of the way we check on our real images to make
     sure the format and mode are preserved, that they are scaled, and that they




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


More information about the Testbot mailing list