[Testbot] Plone 5.0 - Python 2.7 - Build # 1333 - Failure!

jenkins at plone.org jenkins at plone.org
Thu Jan 30 07:40:31 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1333 - Failure!
-------------------------------------------------------------------------------

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


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

Repository: plone.namedfile
Branch: refs/heads/master
Date: 2014-01-29T22:50:10-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.namedfile/commit/6b404e77fea00296f92b545ffa946f1680658577

fix for py2.6

Files changed:
M plone/namedfile/tests/test_image.py

diff --git a/plone/namedfile/tests/test_image.py b/plone/namedfile/tests/test_image.py
index 276d872..68582da 100644
--- a/plone/namedfile/tests/test_image.py
+++ b/plone/namedfile/tests/test_image.py
@@ -82,8 +82,7 @@ class FakeField(object):
 
         # field has an empty file
         image = self._makeImage()
-        with self.assertRaises(InvalidImageFile):
-            validate_image_field(FakeField(), image)
+        self.assertRaises(InvalidImageFile, FakeField(), image)
 
         # field has an image file
         image._setData(zptlogo)




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


More information about the Testbot mailing list