From 5feda4e2a84a63353177629643393b8380f1fcb4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 5 Jun 2009 09:26:06 +0000 Subject: - Patch #481794 by mr.baileys: made the one-time link be active immediately so we can remove a hack from the tests. --- modules/user/user.test | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/user/user.test') 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.')); -- cgit v1.2.3