[Testbot] Plone 5.0 - Python 2.7 - Build # 3701 - Still failing! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Nov 14 22:16:16 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 3701 - Still Failing!
-------------------------------------------------------------------------------

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


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

Repository: Products.CMFPlone
Branch: refs/heads/master
Date: 2014-11-14T22:38:35+01:00
Author: Johannes Raggam (thet) <raggam-nl at adm.at>
Commit: https://github.com/plone/Products.CMFPlone/commit/858a53adea25d4b44918da9dded4ae38f71a0b47

fix doctest assignment of markup controlpanel settings

Files changed:
M Products/CMFPlone/controlpanel/README.rst

diff --git a/Products/CMFPlone/controlpanel/README.rst b/Products/CMFPlone/controlpanel/README.rst
index ab497d2..0255ac5 100644
--- a/Products/CMFPlone/controlpanel/README.rst
+++ b/Products/CMFPlone/controlpanel/README.rst
@@ -92,5 +92,5 @@ Markup Control Panel
   >>> from Products.CMFPlone.interfaces import IMarkupSchema
   >>> markup_settings = registry.forInterface(IMarkupSchema, prefix='plone')
 
-  >>> markup_settings.default_type = True
-  >>> markup_settings.allowed_types = True
+  >>> markup_settings.default_type = 'text/html'
+  >>> markup_settings.allowed_types = ('text/html', 'text/x-web-textile')




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


More information about the Testbot mailing list