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

jenkins at plone.org jenkins at plone.org
Sun Nov 2 12:24:26 UTC 2014


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

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


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

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-11-02T11:46:36Z
Author: Philip Bauer (pbauer) <bauer at starzel.de>
Commit: https://github.com/plone/plone.app.contenttypes/commit/90cbbb30053b24239bb1448e3d018394c8aa8799

fix test

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

diff --git a/plone/app/contenttypes/tests/test_upgrades_migrate_to_pa_event.py b/plone/app/contenttypes/tests/test_upgrades_migrate_to_pa_event.py
index 4215095..6b269e8 100644
--- a/plone/app/contenttypes/tests/test_upgrades_migrate_to_pa_event.py
+++ b/plone/app/contenttypes/tests/test_upgrades_migrate_to_pa_event.py
@@ -42,7 +42,7 @@ def doUpgradeStep(self, source, dest,
         ps = getToolByName(self.portal, 'portal_setup')
         upgrades = [
             u for u
-            in ps.listUpgrades(profile)
+            in ps.listUpgrades(profile, show_old=True)
             if u['ssource'] == source and u['sdest'] == dest
         ]
         self.assertEqual(len(upgrades), 1)




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


More information about the Testbot mailing list