Author: rob
Date: 2008-04-29 18:53:54 -0400 (Tue, 29 Apr 2008)
New Revision: 16332

Modified:
   opencore/branches/plone3/opencore/account/README.txt
Log:
o most other tests check for english language values in the string output,
  make this match the others for now
o adjust to different mock mailhost


Modified: opencore/branches/plone3/opencore/account/README.txt
===================================================================
--- opencore/branches/plone3/opencore/account/README.txt        2008-04-29 
22:52:33 UTC (rev 16331)
+++ opencore/branches/plone3/opencore/account/README.txt        2008-04-29 
22:53:54 UTC (rev 16332)
@@ -500,7 +500,7 @@
 
 This is the old skin which redirects to the login page.
 
-    >>> 'psm_please_sign_in' in output
+    >>> 'Please sign in' in output
     True
 
 Remove test_user_1_
@@ -529,6 +529,6 @@
     <...MailHostMock ...>
     >>> view._send_mail_to_pending_user('unused id', '[EMAIL PROTECTED]',
     ...                                 'http://confirm-url.com')
-    >>> emailtext = mh.messages[-1].get_payload()
+    >>> emailtext = mh.messages[-1].get('msg')
     >>> view.portal_title() in emailtext
     True



--
Archive: 
http://www.openplans.org/projects/opencore/lists/openplans-svn/archive/2008/04/1209509637121
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]  
Please contact [EMAIL PROTECTED] for questions.

Reply via email to