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

jenkins at plone.org jenkins at plone.org
Thu Apr 24 20:59:05 UTC 2014


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

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


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

Repository: Products.CMFPlone
Branch: refs/heads/master
Date: 2014-04-24T22:06:02+02:00
Author: Ramon Navarro Bosch (bloodbare) <ramon.nb at gmail.com>
Commit: https://github.com/plone/Products.CMFPlone/commit/89476e1f16ec0941d90fd8f325fccdcba122ffc8

Fix the build on REGEX

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

diff --git a/Products/CMFPlone/tests/testBrowserDefault.py b/Products/CMFPlone/tests/testBrowserDefault.py
index 6f4afd4..fcfa62a 100644
--- a/Products/CMFPlone/tests/testBrowserDefault.py
+++ b/Products/CMFPlone/tests/testBrowserDefault.py
@@ -18,7 +18,7 @@
 
 RE_REMOVE_DOCCONT = re.compile('\s*href="http://.*?#content"')
 RE_REMOVE_SKIPNAV = re.compile('\s*href="http://.*?#portal-globalnav-wrapper"')
-RE_REMOVE_TABS = re.compile('<nav class="navbar" id="portal-globalnav-wrapper".*?</nav>', re.S)
+RE_REMOVE_TABS = re.compile('<div id="portal-header".*?</nav>', re.S)
 RE_REMOVE_AUTH = re.compile('\_authenticator\=.*?\"', re.S)
 
 
@@ -93,6 +93,7 @@ def compareLayoutVsView(self, obj, path="", viewaction=None):
             self.fail('No body in response')
 
         if not body == resolved:
+            import pdb; pdb.set_trace()
             diff = difflib.unified_diff(body.split("\n"),
                                         resolved.split("\n"))
             self.fail("\n".join([line for line in diff]))




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


More information about the Testbot mailing list