[Testbot] Plone 5.0 - Python 2.7 - Build # 4326 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Feb 27 10:07:49 UTC 2015


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 4326 - Fixed!
-------------------------------------------------------------------------------

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


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

Repository: Products.CMFPlone
Branch: refs/heads/master
Date: 2015-02-27T10:41:21+01:00
Author: Timo Stollenwerk () <contact at timostollenwerk.net>
Commit: https://github.com/plone/Products.CMFPlone/commit/b68c6320e986db050d67ddbda3fafb1d2762b59e

Fix failing test. We are still using email instead of name here.

Files changed:
M Products/CMFPlone/tests/emaillogin.txt

diff --git a/Products/CMFPlone/tests/emaillogin.txt b/Products/CMFPlone/tests/emaillogin.txt
index 0a0d5b8..ec133ef 100644
--- a/Products/CMFPlone/tests/emaillogin.txt
+++ b/Products/CMFPlone/tests/emaillogin.txt
@@ -199,7 +199,7 @@ in our current email address:
     >>> browser.url.startswith('http://nohost/plone/mail_password_form')
     True
     >>> form = browser.getForm(name='mail_password')
-    >>> 'My user name is' in browser.contents
+    >>> 'My email address is' in browser.contents
     True
     >>> form.getControl(name='userid').value = 'email2 at example.org'
     >>> form.getControl('Start password reset').click()




-------------------------------------------------------------------------------


More information about the Testbot mailing list