[Testbot] Plone 4.3 - Python 2.6 - Build # 2422 - Still failing! - 83 failure(s)

jenkins at plone.org jenkins at plone.org
Mon Oct 13 23:00:00 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 2422 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.6/2422/


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

Repository: plone.app.imaging
Branch: refs/heads/1.0.x
Date: 2014-10-14T00:15:54+02:00
Author: Jens W. Klein (jensens) <jk at kleinundpartner.at>
Commit: https://github.com/plone/plone.app.imaging/commit/8b280fd17759114eaa8b831405d2ff1143c80efd

explicit include zcml of z3c.caching in order to make testrunner happy

Files changed:
M docs/HISTORY.txt
M src/plone/app/imaging/configure.zcml

diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt
index a1f3519..2771b58 100644
--- a/docs/HISTORY.txt
+++ b/docs/HISTORY.txt
@@ -4,6 +4,10 @@ Changelog
 1.0.11 (unreleased)
 -------------------
 
+ - explicit include zcml of ``z3c.caching`` in order to make testrunner
+   happy
+   [jensens]
+
 - Cache image scales using the plone.stableResource ruleset
   when they are accessed via UID-based URLs.
   [davisagli]
diff --git a/src/plone/app/imaging/configure.zcml b/src/plone/app/imaging/configure.zcml
index 1709b94..c9c5d13 100644
--- a/src/plone/app/imaging/configure.zcml
+++ b/src/plone/app/imaging/configure.zcml
@@ -8,6 +8,7 @@
 
   <five:registerPackage package="." initialize=".initialize"/>
 
+
   <include file="profiles.zcml" />
 
   <class class="Products.Archetypes.Field.ImageField">
@@ -60,6 +61,7 @@
       provides="plone.scale.interfaces.IScaledImageQuality"
       zcml:condition="installed plone.scale.interfaces" />
 
+  <include package="z3c.caching" />
   <include package="z3c.caching" file="meta.zcml" />
   <cache:ruleset
       for=".interfaces.IStableImageScale"




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


More information about the Testbot mailing list