Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
user system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2008 at 11:48 UTC
Updated:
25 May 2010 at 03:15 UTC
A follow-on to: http://drupal.org/node/29706?page=1
Functional tests should already be in user-module-related tests (need to check), so this will focus on unit tests for the new .inc file.
Note - waiting on final resolution of: http://drupal.org/node/237959
Comments
Comment #1
boombatower commentedTo be consistent with other issue of this nature I'm marking this postponed.
Comment #2
boombatower commentedOnce the convention for include files is figured out this can be completed. http://groups.drupal.org/node/11020 Which should just decide on where to but include file tests. So far I believe it is includes/tests/[name_of_file].test.
Otherwise we aren't going to do unit testing in the manor originally being planned so this work can commence.
These tests need updating and completion.
Comment #3
pwolanin commentedI need to update the password framework to account for the registry.
Also, in a sense, password handling is already tested implicitly since otherwise the login probably fails.
Comment #4
pwolanin commentedsee: http://drupal.org/node/259103
Comment #5
boombatower commentedComment #6
damien tournoud commentedComment #7
Steven Merrill commentedComment #8
Steven Merrill commentedI'm going to go ahead and start with something a little easier.
Comment #9
dave reidMerging this issue into #276428: Tests needed: password.inc since there has been more progress on tests there.