diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-05 09:26:06 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-05 09:26:06 +0000 |
commit | 5feda4e2a84a63353177629643393b8380f1fcb4 (patch) | |
tree | a5316f622d4b6cf4aa897d388fe580c354373e1a /modules/user/user.test | |
parent | a892004663a0c19c1f86e7357b47e6d2e5b8c640 (diff) | |
download | brdo-5feda4e2a84a63353177629643393b8380f1fcb4.tar.gz brdo-5feda4e2a84a63353177629643393b8380f1fcb4.tar.bz2 |
- Patch #481794 by mr.baileys: made the one-time link be active immediately so we can remove a hack from the tests.
Diffstat (limited to 'modules/user/user.test')
-rw-r--r-- | modules/user/user.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/user.test b/modules/user/user.test index e12294a3a..028d06e07 100644 --- a/modules/user/user.test +++ b/modules/user/user.test @@ -57,7 +57,6 @@ class UserRegistrationTestCase extends DrupalWebTestCase { // Login using password reset page. $url = user_pass_reset_url($user); - sleep(1); // TODO Find better way. $this->drupalGet($url); $this->assertText(t('This login can be used only once.'), t('Login can be used only once.')); |