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

jenkins at plone.org jenkins at plone.org
Sat Jan 24 14:37:17 UTC 2015


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

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


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

Repository: plone.app.contenttypes
Branch: refs/heads/1.1.x
Date: 2015-01-24T10:09:17+01:00
Author: Philip Bauer (pbauer) <bauer at starzel.de>
Commit: https://github.com/plone/plone.app.contenttypes/commit/fd47e7a4b6f882f649a91df3feec4fe3319f8679

fix bug in topic-migration with of multiple values for one criteria

Files changed:
M plone/app/contenttypes/migration/topics.py

diff --git a/plone/app/contenttypes/migration/topics.py b/plone/app/contenttypes/migration/topics.py
index 56fefe5..c710577 100644
--- a/plone/app/contenttypes/migration/topics.py
+++ b/plone/app/contenttypes/migration/topics.py
@@ -99,7 +99,6 @@ def switch_type_to_portal_type(self, value, criterion):
                     logger.warn("Cannot switch Type %r to portal_type.", Type)
                     continue
             new_values.append(portal_type)
-        new_values = tuple(new_values)
         if isinstance(value, dict):
             value['query'] = new_values
         else:




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


More information about the Testbot mailing list