[Testbot] Plone 5.0 - Python 2.7 - Build # 1389 - Regression! - 1 failure(s)

jenkins at plone.org jenkins at plone.org
Sun Feb 9 22:56:27 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1389 - Failure!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1389/


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

Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2014-02-09T14:11:40-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.app.controlpanel/commit/d8ba02439175727abaa240a6c24a19a55f4687c4

deal with different default skin in barceloneta branches

Files changed:
M plone/app/controlpanel/tests/skins.txt

diff --git a/plone/app/controlpanel/tests/skins.txt b/plone/app/controlpanel/tests/skins.txt
index 28f3031..a1a02f3 100644
--- a/plone/app/controlpanel/tests/skins.txt
+++ b/plone/app/controlpanel/tests/skins.txt
@@ -15,11 +15,11 @@ Fake a second available skin:
 Make sure we assume the right defaults
 --------------------------------------
 
-    >>> stool.default_skin
+    >>> stool.default_skin in ('Sunburst Theme', 'Plone Default')
     'Sunburst Theme'
 
-    >>> stool.getSkinSelections()
-    ['Plone Default', 'Sunburst Theme', 'TestSkin']
+    >>> 'Plone Default' in stool.getSkinSelections()
+    True
 
 Viewing the skins control panel
 -------------------------------




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


More information about the Testbot mailing list