Closed (duplicate)
Project:
Email Registration
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2010 at 13:13 UTC
Updated:
3 Oct 2010 at 10:15 UTC
With a clean drupal 6 (simpletest patched) install and email_registration, launching tests fails starting from login of registred user (line 45 of email_registration.test).
Cause : After user registration, user is logged in and access to user/register is forbidden.
Adding $this->durpalLogout(); line 40 (just after $this->dupalPost()) fixes the problem for me.
Comments
Comment #1
nod_http://drupal.org/node/821490