[Erp5-report] r18983 - /erp5/trunk/products/ERP5/tests/testERP5Web.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 1 16:05:20 CET 2008


Author: romain
Date: Fri Feb  1 16:05:19 2008
New Revision: 18983

URL: http://svn.erp5.org?rev=18983&view=rev
Log:
erp5_web uses WebSite_viewRegistrationDialog to create new account

Modified:
    erp5/trunk/products/ERP5/tests/testERP5Web.py

Modified: erp5/trunk/products/ERP5/tests/testERP5Web.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Web.py?rev=18983&r1=18982&r2=18983&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Web.py (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Web.py Fri Feb  1 16:05:19 2008
@@ -209,7 +209,7 @@
     for key, item in kw.items():
       request.set('field_your_%s' %key, item)
     website = portal.web_site_module[self.website_id]
-    website.WebSite_createWebSiteAccount()
+    website.WebSite_createWebSiteAccount('WebSite_viewRegistrationDialog')
     
     # find person object by reference
     person = website.ERP5Site_getAuthenticatedMemberPersonValue(kw['reference'])




More information about the Erp5-report mailing list