[Testbot] Plone 4.3 - Python 2.6 - Build # 2556 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Sat Nov 8 00:24:14 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 2556 - Fixed!
-------------------------------------------------------------------------------

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


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

Repository: plone.app.upgrade
Branch: refs/heads/master
Date: 2014-11-07T15:42:20-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.app.upgrade/commit/a8917882eac42e774a68d4016f9f720836038219

oops, reversed the logic

Files changed:
M plone/app/upgrade/v50/tests.py

diff --git a/plone/app/upgrade/v50/tests.py b/plone/app/upgrade/v50/tests.py
index c6aaea1..fbac280 100644
--- a/plone/app/upgrade/v50/tests.py
+++ b/plone/app/upgrade/v50/tests.py
@@ -122,7 +122,7 @@ def testBarcelonetaThemeIsInstalled(self):
 def test_suite():
     # Skip these tests on Plone 4
     from unittest import TestSuite, makeSuite
-    if PLONE_5:
+    if not PLONE_5:
         return TestSuite()
     else:
         suite = TestSuite()




-------------------------------------------------------------------------------


More information about the Testbot mailing list