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

jenkins at plone.org jenkins at plone.org
Fri Mar 14 06:51:23 UTC 2014


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

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


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

Repository: Products.CMFPlone
Branch: refs/heads/master
Date: 2014-03-13T22:56:15-07:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/Products.CMFPlone/commit/1a29f38cb75bcb36c788d9f618bfd5807743a5f1

remove authenticator non-greedily

Files changed:
M Products/CMFPlone/tests/testBrowserDefault.py

diff --git a/Products/CMFPlone/tests/testBrowserDefault.py b/Products/CMFPlone/tests/testBrowserDefault.py
index a398f98..0d82ebb 100644
--- a/Products/CMFPlone/tests/testBrowserDefault.py
+++ b/Products/CMFPlone/tests/testBrowserDefault.py
@@ -20,7 +20,7 @@
 RE_REMOVE_DOCCONT = re.compile('\s*href="http://.*?#content"')
 RE_REMOVE_SKIPNAV = re.compile('\s*href="http://.*?#portal-globalnav"')
 RE_REMOVE_TABS = re.compile('<ul id="portal-globalnav".*?</ul>', re.S)
-RE_REMOVE_AUTH = re.compile('\?_authenticator\=.*\"', re.S)
+RE_REMOVE_AUTH = re.compile('\?_authenticator\=.*?\"', re.S)
 
 
 class TestPloneToolBrowserDefault(unittest.TestCase):




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


More information about the Testbot mailing list