Closed (fixed)
Project:
SimpleTest
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
10 Apr 2008 at 02:06 UTC
Updated:
26 Apr 2008 at 19:11 UTC
The user module tests didn't pass before this review for several reasons. After review the tests now passes all except for default timezone check.
$this->assertEqual($user->timezone, variable_get('date_default_timezone', NULL), t('Correct timezone field.'));
After a look at the code this appears to be a bug.
Other than that this test has been cleaned up quiet a bit. I removed the access rules test since that is no longer in core.
As a note UserValidationTestCase is full of unit tests. Once unit testing is implemented they should be moved.
| Comment | File | Size | Author |
|---|---|---|---|
| simpletest_review_user.patch | 17.76 KB | boombatower |
Comments
Comment #1
catchWas going to open an issue for access rules and you've beaten me to it!
Comment #2
boombatower commentedCommitted.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.