diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-09 19:06:52 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-09 19:06:52 +0000 |
commit | 6a9475ec27f7f92945c0852a54750027317a6559 (patch) | |
tree | cf9a8782f64a650f4f1893b6e3f3c2fe5b61af04 /modules/user/user.test | |
parent | c70251d6f94750488d122684a8d613cb39ad0ba8 (diff) | |
download | brdo-6a9475ec27f7f92945c0852a54750027317a6559.tar.gz brdo-6a9475ec27f7f92945c0852a54750027317a6559.tar.bz2 |
#699842 follow-up by Damien Tournoud: Test fix, take 3...
Diffstat (limited to 'modules/user/user.test')
-rw-r--r-- | modules/user/user.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.test b/modules/user/user.test index 48e8783d0..374a7fced 100644 --- a/modules/user/user.test +++ b/modules/user/user.test @@ -1214,7 +1214,7 @@ class UserBlocksUnitTests extends DrupalWebTestCase { $this->assertNoText(t('User login'), t('Logged in.')); // Check that we are still on the same page. - $this->assertEqual($this->getAbsoluteUrl('admin/people/permissions'), $this->getUrl(), t('Still on the same page after login for access denied page')); + $this->assertEqual(url('admin/people/permissions', array('absolute' => TRUE)), $this->getUrl(), t('Still on the same page after login for access denied page')); // Now, log out and repeat with a non-403 page. $this->drupalLogout(); |