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

jenkins at plone.org jenkins at plone.org
Wed Mar 12 14:51:43 UTC 2014


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

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


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

Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2014-03-12T09:01:01-05:00
Author: Nathan Van Gheem (vangheem) <vangheem at gmail.com>
Commit: https://github.com/plone/plone.app.controlpanel/commit/dcf92ad381523ef997da20f92f25687fcbdd742e

fix markup tests with auto csrf

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

diff --git a/plone/app/controlpanel/tests/markup.txt b/plone/app/controlpanel/tests/markup.txt
index efd12e3..10bbceb 100644
--- a/plone/app/controlpanel/tests/markup.txt
+++ b/plone/app/controlpanel/tests/markup.txt
@@ -5,9 +5,13 @@ Viewing the markup control panel
 --------------------------------
 
     >>> self.loginAsManager()
-    >>> self.browser.open('http://nohost/plone/@@markup-controlpanel')
+    >>> from plone.protect.authenticator import createToken
+
+It is only necessary in the test here to add the token.
+
+    >>> self.browser.open('http://nohost/plone/@@markup-controlpanel?_authenticator=' + createToken())
     >>> self.browser.url
-    'http://nohost/plone/@@markup-controlpanel'
+    'http://nohost/plone/@@markup-controlpanel...'
 
 We have two controls, one for the default type and a multi selection for
 alternative formats:




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


More information about the Testbot mailing list