summaryrefslogtreecommitdiff
path: root/modules/user/user.test
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-09 18:23:19 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-09 18:23:19 +0000
commitc70251d6f94750488d122684a8d613cb39ad0ba8 (patch)
tree1202e158f96271fc1805e4208e117b2af3829688 /modules/user/user.test
parentf17bed7d554dc545f4e7d44f469f0519858a4eb1 (diff)
downloadbrdo-c70251d6f94750488d122684a8d613cb39ad0ba8.tar.gz
brdo-c70251d6f94750488d122684a8d613cb39ad0ba8.tar.bz2
#699842 follow-up by Berdir and Damien Tournoud: Better fix for test fix.
Diffstat (limited to 'modules/user/user.test')
-rw-r--r--modules/user/user.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.test b/modules/user/user.test
index fccfb1349..48e8783d0 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->assertRaw('<a href="/admin/people/permissions" class="active">', t('Still on the same page after login for access denied page'));
+ $this->assertEqual($this->getAbsoluteUrl('admin/people/permissions'), $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();