summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-06-02 17:42:58 +0000
committerDries Buytaert <dries@buytaert.net>2008-06-02 17:42:58 +0000
commit4cdbf9c0786ee79ef9a44acf194340d917407399 (patch)
tree9a3d606feaf16ea507a2b4134c9b5baa5922737c
parent24d27b88c75b23eaa4c1bdb83b1752d27d6d6405 (diff)
downloadbrdo-4cdbf9c0786ee79ef9a44acf194340d917407399.tar.gz
brdo-4cdbf9c0786ee79ef9a44acf194340d917407399.tar.bz2
- Patch #260505 by flobruit: updated the user module tests to be consistent with the code.
-rw-r--r--modules/user/user.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/user/user.test b/modules/user/user.test
index 882f27859..a5de598cd 100644
--- a/modules/user/user.test
+++ b/modules/user/user.test
@@ -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.'));