[Testbot] Plone 5.0 - Python 2.7 - Build # 1916 - Improvement! - 2 failure(s)

jenkins at plone.org jenkins at plone.org
Tue Mar 11 21:40:33 UTC 2014


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

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


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

Repository: plone.formwidget.recurrence
Branch: refs/heads/master
Date: 2014-03-11T14:40:21-05:00
Author: Nathan Van Gheem (vangheem) <vangheem at gmail.com>
Commit: https://github.com/plone/plone.formwidget.recurrence/commit/8dee0a036173ed3212aaa84da6c913c9a882368f

auto csrf compat test

Files changed:
M plone/formwidget/recurrence/tests/test_atwidget.py

diff --git a/plone/formwidget/recurrence/tests/test_atwidget.py b/plone/formwidget/recurrence/tests/test_atwidget.py
index 567417d..7ff78bd 100644
--- a/plone/formwidget/recurrence/tests/test_atwidget.py
+++ b/plone/formwidget/recurrence/tests/test_atwidget.py
@@ -58,5 +58,6 @@ def test_widget_rendering(self):
             'Authorization', 'Basic %s:%s' %
             (TEST_USER_NAME, TEST_USER_PASSWORD,)
         )
-        self.browser.open(self.obj.absolute_url() + '/edit')
+        self.browser.open(self.obj.absolute_url())
+        self.browser.getLink('Edit').click()
         self.assertIn('Recurrence', self.browser.contents)




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 999 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140311/77a7fcaa/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 40832 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140311/77a7fcaa/attachment-0003.obj>


More information about the Testbot mailing list