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

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


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

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


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

Repository: plone.app.contenttypes
Branch: refs/heads/1.1.x
Date: 2015-01-24T17:40:57+01:00
Author: Kees Hink (khink) <keeshink at gmail.com>
Commit: https://github.com/plone/plone.app.contenttypes/commit/ec7ca69fe7b8101bc2abb00f882300bf7a472770

Fix test

Files changed:
M plone/app/contenttypes/tests/test_migration_topic.py

diff --git a/plone/app/contenttypes/tests/test_migration_topic.py b/plone/app/contenttypes/tests/test_migration_topic.py
index d2aae89..d52fbdd 100644
--- a/plone/app/contenttypes/tests/test_migration_topic.py
+++ b/plone/app/contenttypes/tests/test_migration_topic.py
@@ -600,7 +600,7 @@ def test_ATSelectionCriterionForTypeTitle(self):
         self.assertEqual(query,
                          [{'i': 'portal_type',
                            'o': 'plone.app.querystring.operation.selection.is',
-                           'v': ('Document', 'Folder')}])
+                           'v': ['Document', 'Folder']}])
 
         # Check that the resulting query does not give an error.
         self.portal.topic.getQuery()




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


More information about the Testbot mailing list