- Patch #260505 by flobruit: updated the user module tests to be consistent with the code.

merge-requests/26/head
Dries Buytaert 2008-06-02 17:42:58 +00:00
parent 24d27b88c7
commit 4cdbf9c078
1 changed files with 0 additions and 3 deletions

View File

@ -41,9 +41,6 @@ class UserRegistrationTestCase extends DrupalWebTestCase {
// Check user fields.
$this->assertEqual($user->name, $name, t('Username matches.'));
$this->assertEqual($user->mail, $mail, t('E-mail address matches.'));
$this->assertEqual($user->mode, 0, t('Correct mode field.'));
$this->assertEqual($user->sort, 0, t('Correct sort field.'));
$this->assertEqual($user->threshold, 0, t('Correct treshold field.'));
$this->assertEqual($user->theme, '', t('Correct theme field.'));
$this->assertEqual($user->signature, '', t('Correct signature field.'));
$this->assertTrue(($user->created > time() - 20 ), t('Correct creation time.'));