Tests needed: user.module
dmitrig01 - June 30, 2008 - 05:48
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | user.module |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
This information is from the code coverage report (see http://coverage.cwgordon.com/coverage).
We need to test:
1) Loading users from various services (hook_info + hook_auth)
2) Changing a user's roles
3) Deleting a blocked user's session
4) Submitting a username with an invalid character
5) User searching
6) All the user blocks
7) Updating users from the old to the new hashing algorithm
8) Permissions, roles, multiple roles, etc.
9) Signatures
10) All user actions.

#1
I will do my hardest best to complete this test within the next two weeks.
#2
Is this issue still active? The above URL gives me an error. By the way, if it is, it would still need some testing.
#3
The user role and permissions tests are being added in #300993: Improve the role and permissions API.